Package gw.lang.reflect
Interface INonLoadableType
-
- All Superinterfaces:
IType
,Serializable
- All Known Subinterfaces:
IBlockType
,IConstructorType
,IErrorType
,IFunctionType
,IInvocableType
,IMetaType
,INamespaceType
,ITypeVariableArrayType
,ITypeVariableType
- All Known Implementing Classes:
BlockType
,CompoundType
,ConstructorType
,DefaultNonLoadableArrayType
,DelegateFunctionType
,ErrorType
,FunctionArrayType
,FunctionType
,MetaType
,NamespaceType
,ParameterizedFunctionType
,TypeVariableArrayType
,TypeVariableType
public interface INonLoadableType extends IType
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST
-
-
Method Summary
-
Methods inherited from interface gw.lang.reflect.IType
compile, getAllTypesInHierarchy, getArrayComponent, getArrayLength, getArrayType, getComponentType, getCompoundTypeComponents, getDisplayName, getEnclosingType, getFunctionalInterface, getGenericType, getGenericTypeVariables, getInterfaces, getLiteralMetaType, getMetaType, 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
-
-