Class UnparseableSourceTypeVariable
- java.lang.Object
-
- gw.internal.gosu.parser.java.classinfo.UnparseableSourceTypeVariable
-
- All Implemented Interfaces:
IJavaClassType,IJavaClassTypeVariable,java.io.Serializable
public class UnparseableSourceTypeVariable extends java.lang.Object implements IJavaClassTypeVariable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ITypeInfoResolver_owner-
Fields inherited from interface gw.lang.reflect.java.IJavaClassType
EMPTY_ARRAY, ERROR_TYPE, NULL_TYPE
-
-
Constructor Summary
Constructors Constructor Description UnparseableSourceTypeVariable(ITypeInfoResolver owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITypegetActualType(TypeVarToTypeMap typeMap)ITypegetActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)IJavaClassType[]getBounds()IJavaClassTypegetComponentType()IJavaClassTypegetConcreteType()IModulegetModule()java.lang.StringgetName()java.lang.StringgetNamespace()java.lang.StringgetSimpleName()VariancegetVariance()booleanisArray()booleanisFunctionTypeVar()voidsetVariance(Variance variance)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.java.IJavaClassType
isAssignableFrom
-
-
-
-
Field Detail
-
_owner
private ITypeInfoResolver _owner
-
-
Constructor Detail
-
UnparseableSourceTypeVariable
public UnparseableSourceTypeVariable(ITypeInfoResolver owner)
-
-
Method Detail
-
getActualType
public IType getActualType(TypeVarToTypeMap typeMap)
- Specified by:
getActualTypein interfaceIJavaClassType
-
getActualType
public IType getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)
- Specified by:
getActualTypein interfaceIJavaClassType
-
getConcreteType
public IJavaClassType getConcreteType()
- Specified by:
getConcreteTypein interfaceIJavaClassType
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceIJavaClassType- Specified by:
getNamein interfaceIJavaClassTypeVariable
-
getSimpleName
public java.lang.String getSimpleName()
- Specified by:
getSimpleNamein interfaceIJavaClassType
-
getModule
public IModule getModule()
- Specified by:
getModulein interfaceIJavaClassType
-
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespacein interfaceIJavaClassType
-
getBounds
public IJavaClassType[] getBounds()
- Specified by:
getBoundsin interfaceIJavaClassTypeVariable
-
isFunctionTypeVar
public boolean isFunctionTypeVar()
- Specified by:
isFunctionTypeVarin interfaceIJavaClassTypeVariable
-
getVariance
public Variance getVariance()
- Specified by:
getVariancein interfaceIJavaClassTypeVariable
-
setVariance
public void setVariance(Variance variance)
- Specified by:
setVariancein interfaceIJavaClassTypeVariable
-
isArray
public boolean isArray()
- Specified by:
isArrayin interfaceIJavaClassType
-
getComponentType
public IJavaClassType getComponentType()
- Specified by:
getComponentTypein interfaceIJavaClassType
-
-