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
Fields in gw.internal.gosu.parser declared as IAsmType Modifier and Type Field Description private IAsmTypeAsmWildcardTypeJavaClassWildcardType. _genTypeprivate IAsmTypeAsmTypeJavaClassType. _typeMethods in gw.internal.gosu.parser that return IAsmType Modifier and Type Method Description protected IAsmTypeAsmTypeJavaClassType. getType()Methods in gw.internal.gosu.parser with parameters of type IAsmType Modifier and Type Method Description static IJavaClassTypeAsmTypeJavaClassType. createType(IAsmType genType, IAsmType rawType, IModule module)static IJavaClassTypeAsmTypeJavaClassType. createType(IAsmType rawType, IModule module)static ITypeTypeLord. getActualType(IAsmType type, TypeVarToTypeMap actualParamByVarName)static ITypeTypeLord. getActualType(IAsmType type, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars, java.util.LinkedHashSet<IAsmType> recursiveTypes)Method parameters in gw.internal.gosu.parser with type arguments of type IAsmType Modifier and Type Method Description static ITypeTypeLord. getActualType(IAsmType type, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars, java.util.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 booleanAsmTypeVarMatcher. 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 IAsmTypeIAsmJavaClassInfo. 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 classAsmClassclassAsmInnerClassTypeclassAsmPrimitiveTypeclassAsmTypeclassAsmWildcardTypeMethods in gw.lang.reflect.java.asm that return IAsmType Modifier and Type Method Description IAsmTypeIAsmType. getComponentType()IAsmTypeIAsmType. getRawType()
-