Package gw.internal.gosu.parser
Interface IJavaTypeInternal
- All Superinterfaces:
ICanBeAnnotation,IDefaultArrayType,IEnhanceableType,IFileRepositoryBasedType,IHasInnerClass,IHasJavaClass,IJavaArrayType,IJavaBackedType,IJavaBackedTypeData,IJavaType,IParameterizableType,IType,Serializable
- All Known Subinterfaces:
IJavaEnumTypeInternal
- All Known Implementing Classes:
JavaEnumType,JavaType
-
Field Summary
FieldsFields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST -
Method Summary
Modifier and TypeMethodDescriptionReturns the Gosu proxy for this class.intbooleanbooleanvoidsetAdapterClass(IGosuClassInternal adapterClass) voidsetComponentType(IJavaTypeInternal javaType) Methods inherited from interface gw.lang.reflect.ICanBeAnnotation
isAnnotationMethods inherited from interface gw.lang.reflect.IDefaultArrayType
getConcreteClassMethods inherited from interface gw.lang.parser.IFileRepositoryBasedType
getClassType, getJavaName, getSourceFileHandleMethods inherited from interface gw.lang.parser.IHasInnerClass
getInnerClass, getLoadedInnerClasses, resolveRelativeInnerClassMethods inherited from interface gw.lang.reflect.IHasJavaClass
getBackingClassMethods inherited from interface gw.lang.reflect.java.IJavaBackedType
getTypeFromJavaBackedTypeMethods inherited from interface gw.lang.reflect.java.IJavaType
createAdapterClass, getBackingClassInfo, getGenericType, getInnerClasses, getIntrinsicClass, getRetainedMemoryMethods inherited from interface gw.internal.gosu.parser.IParameterizableType
getLoaderParameterizedTypes, isStrictGenericsMethods inherited from interface gw.lang.reflect.IType
compile, getAllTypesInHierarchy, getArrayComponent, getArrayLength, getArrayType, getComponentType, getCompoundTypeComponents, getDisplayName, getEnclosingType, getFunctionalInterface, 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 Details
-
TYPES_BY_CLASS
-
-
Method Details
-
writeReplace
Object writeReplace() -
getAdapterClass
IGosuClassInternal getAdapterClass()Description copied from interface:IJavaTypeReturns the Gosu proxy for this class.- Specified by:
getAdapterClassin interfaceIJavaType
-
getAdapterClassDirectly
IGosuClassInternal getAdapterClassDirectly() -
setAdapterClass
-
getExplicitTypeInfo
ITypeInfo getExplicitTypeInfo() -
assignGenericTypeVariables
GenericTypeVariable[] assignGenericTypeVariables() -
isDefiningGenericTypes
boolean isDefiningGenericTypes() -
setComponentType
-
getTypeInfoChecksum
int getTypeInfoChecksum() -
hasAncestorBeenUpdated
boolean hasAncestorBeenUpdated() -
getSimpleName
String getSimpleName()
-