Class AsmField
java.lang.Object
net.covers1624.coffeegrinder.type.Field
net.covers1624.coffeegrinder.type.asm.AsmField
Created by covers1624 on 13/4/21.
-
Method Summary
Methods inherited from class net.covers1624.coffeegrinder.type.Field
getFullName, isStatic, isSynthetic
-
Method Details
-
getNode
public org.objectweb.asm.tree.FieldNode getNode() -
getDeclaringClass
- Specified by:
getDeclaringClassin classField
-
getAccessFlags
- Specified by:
getAccessFlagsin classField
-
getName
-
getType
-
getDescriptor
public org.objectweb.asm.Type getDescriptor()- Specified by:
getDescriptorin classField
-
getAnnotationSupplier
- Overrides:
getAnnotationSupplierin classField
-
getConstantValue
- Specified by:
getConstantValuein classField
-
getDeclaration
- Specified by:
getDeclarationin classField
-
asRaw
-