Class VisibleAnnotation
java.lang.Object
me.qmx.jitescript.VisibleAnnotation
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionVisibleAnnotation(Class<?> type) VisibleAnnotation(String desc) privateVisibleAnnotation(org.objectweb.asm.AnnotationVisitor node) -
Method Summary
Modifier and TypeMethodDescriptionannotationValue(String name, Class<?> type) annotationValue(String name, String desc) arrayValue(String name) arrayValue(String name, Object... values) org.objectweb.asm.tree.AnnotationNodegetNode()
-
Field Details
-
node
private final org.objectweb.asm.AnnotationVisitor node
-
-
Constructor Details
-
VisibleAnnotation
-
VisibleAnnotation
-
VisibleAnnotation
private VisibleAnnotation(org.objectweb.asm.AnnotationVisitor node)
-
-
Method Details
-
getNode
public org.objectweb.asm.tree.AnnotationNode getNode() -
value
-
enumValue
-
enumValue
-
annotationValue
-
annotationValue
-
arrayValue
-
arrayValue
-