Uses of Class
gnu.bytecode.AnnotationEntry
-
Packages that use AnnotationEntry Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.class
files.gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of AnnotationEntry in gnu.bytecode
Methods in gnu.bytecode with parameters of type AnnotationEntry Modifier and Type Method Description void
RuntimeAnnotationsAttr. addAnnotation(AnnotationEntry ann)
Add an annotation to this attribute.static void
RuntimeAnnotationsAttr. maybeAddAnnotation(AttrContainer container, AnnotationEntry annotation)
Add to appropriate annotations attribute.Constructors in gnu.bytecode with parameters of type AnnotationEntry Constructor Description RuntimeAnnotationsAttr(String name, AnnotationEntry[] entries, int numEntries, AttrContainer container)
Add a new AnnotationAttr to a Member. -
Uses of AnnotationEntry in gnu.expr
Methods in gnu.expr that return AnnotationEntry Modifier and Type Method Description AnnotationEntry
Declaration. getAnnotation(String className)
-