Package gw.lang.reflect.java.asm
Class AsmInnerClassType
- java.lang.Object
-
- gw.lang.reflect.java.asm.AsmType
-
- gw.lang.reflect.java.asm.AsmInnerClassType
-
-
Field Summary
Fields Modifier and Type Field Description private int_modifiers-
Fields inherited from class gw.lang.reflect.java.asm.AsmType
_typeParameters
-
-
Constructor Summary
Constructors Constructor Description AsmInnerClassType(java.lang.String normalDotName, int access)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetModifiers()-
Methods inherited from class gw.lang.reflect.java.asm.AsmType
addTypeParameter, copy, copyNoArrayOrParameters, equals, getComponentType, getFqn, getName, getNameWithArrayBrackets, getRawType, getSimpleName, getTypeParameters, hashCode, incArrayDims, isArray, isFunctionTypeVariable, isParameterized, isPrimitive, isTypeVariable, setFunctionTypeVariable, setName, setTypeVariable, toString
-
-