Uses of Interface
gw.lang.reflect.java.asm.IAsmType
-
Packages that use IAsmType Package Description gw.internal.gosu.parser gw.lang.parser gw.lang.reflect.java gw.lang.reflect.java.asm -
-
Uses of IAsmType in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IAsmType Modifier and Type Method Description protected IAsmType
AsmTypeJavaClassType. getType()
Methods in gw.internal.gosu.parser with parameters of type IAsmType Modifier and Type Method Description static IJavaClassType
AsmTypeJavaClassType. createType(IAsmType genType, IAsmType rawType, IModule module)
static IJavaClassType
AsmTypeJavaClassType. createType(IAsmType rawType, IModule module)
static IType
TypeLord. getActualType(IAsmType type, TypeVarToTypeMap actualParamByVarName)
static IType
TypeLord. getActualType(IAsmType type, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars, LinkedHashSet<IAsmType> recursiveTypes)
Method parameters in gw.internal.gosu.parser with type arguments of type IAsmType Modifier and Type Method Description static IType
TypeLord. getActualType(IAsmType type, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars, LinkedHashSet<IAsmType> recursiveTypes)
Constructors in gw.internal.gosu.parser with parameters of type IAsmType Constructor Description AsmGenericArrayTypeJavaClassGenericArrayType(IAsmType genericArrayType, IModule module)
AsmParameterizedTypeJavaClassParameterizedType(IAsmType parameterizedType, IModule module)
AsmTypeJavaClassType(IAsmType type, IModule module)
AsmTypeVariableJavaClassTypeVariable(IAsmType typeVariable, IModule module)
AsmWildcardTypeJavaClassWildcardType(IAsmType genType, AsmWildcardType wildcardType, IModule module)
-
Uses of IAsmType in gw.lang.parser
Methods in gw.lang.parser with parameters of type IAsmType Modifier and Type Method Description boolean
AsmTypeVarMatcher. matches(IAsmType thisOne, ITypeVariableType thatOne)
-
Uses of IAsmType in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IAsmType Modifier and Type Method Description IAsmType
IAsmJavaClassInfo. getAsmType()
-
Uses of IAsmType in gw.lang.reflect.java.asm
Classes in gw.lang.reflect.java.asm that implement IAsmType Modifier and Type Class Description class
AsmClass
class
AsmInnerClassType
class
AsmPrimitiveType
class
AsmType
class
AsmWildcardType
Methods in gw.lang.reflect.java.asm that return IAsmType Modifier and Type Method Description IAsmType
IAsmType. getComponentType()
IAsmType
IAsmType. getRawType()
-