Class AsmField
java.lang.Object
gw.lang.reflect.java.asm.AsmField
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddAnnotation(AsmAnnotation asmAnnotation) getAnnotation(Class annotationClass) intgetName()getType()booleanisAnnotationPresent(Class<? extends Annotation> annotationClass) booleanbooleanvoidtoString()
-
Field Details
-
_name
-
_modifiers
private int _modifiers -
_type
-
_annotations
-
_owner
-
_staticValue
-
-
Constructor Details
-
AsmField
-
-
Method Details
-
getName
-
getModifiers
public int getModifiers() -
isSynthetic
public boolean isSynthetic() -
isEnumConstant
public boolean isEnumConstant() -
getType
-
setType
-
getDeclaringClass
-
getAnnotations
-
addAnnotation
-
isAnnotationPresent
-
getAnnotation
-
getStaticValue
-
toString
-