Package gw.lang.reflect
Interface IDynamicType
-
- All Superinterfaces:
IPlaceholder,IType,java.io.Serializable
- All Known Implementing Classes:
DynamicType
public interface IDynamicType extends IType, IPlaceholder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPKGstatic java.lang.StringQNAMEstatic java.lang.StringRNAME-
Fields inherited from interface gw.lang.reflect.IPlaceholder
UNHANDLED
-
Fields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST
-
-
Method Summary
Static Methods Modifier and Type Method Description static IDynamicTypeinstance()-
Methods inherited from interface gw.lang.reflect.IPlaceholder
isPlaceholder
-
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
-
-
-
-
Field Detail
-
PKG
static final java.lang.String PKG
- See Also:
- Constant Field Values
-
RNAME
static final java.lang.String RNAME
- See Also:
- Constant Field Values
-
QNAME
static final java.lang.String QNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
instance
static IDynamicType instance()
-
-