Package gw.lang.reflect
Class AbstractType
- java.lang.Object
-
- gw.lang.reflect.AbstractType
-
- All Implemented Interfaces:
IType
,Serializable
- Direct Known Subclasses:
CompoundType
,ConstructorType
,DefaultArrayType
,ErrorType
,FunctionType
,GosuFragment
,InnerClassCapableType
,MetaType
,NamespaceType
,ParameterizedFunctionType
,TypeBase
,TypeVariableType
public abstract class AbstractType extends Object implements IType
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST
-
-
Constructor Summary
Constructors Constructor Description AbstractType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMetaType
getLiteralMetaType()
IMetaType
getMetaType()
protected IType
getTheRef()
-
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.IType
compile, getAllTypesInHierarchy, getArrayComponent, getArrayLength, getArrayType, getComponentType, getCompoundTypeComponents, getDisplayName, getEnclosingType, getFunctionalInterface, getGenericType, getGenericTypeVariables, getInterfaces, getModifiers, getName, getNamespace, getParameterizedType, getRelativeName, getSourceFiles, getSupertype, getTypeInfo, getTypeLoader, getTypeParameters, isAbstract, isArray, isAssignableFrom, isCompilable, isCompoundType, isDiscarded, isDynamic, isEnum, isFinal, isGenericType, isInterface, isMutable, isParameterizedType, isPrimitive, isValid, makeArrayInstance, readResolve, setArrayComponent, setDiscarded, unloadTypeInfo
-
-
-
-
Method Detail
-
getMetaType
public IMetaType getMetaType()
- Specified by:
getMetaType
in interfaceIType
-
getLiteralMetaType
public IMetaType getLiteralMetaType()
- Specified by:
getLiteralMetaType
in interfaceIType
-
getTheRef
protected IType getTheRef()
-
-