Uses of Class
gnu.bytecode.AnnotationEntry
Packages that use AnnotationEntry
Package
Description
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class
files.Supports
Expression
,
and various related classes need to compile programming languages.-
Uses of AnnotationEntry in gnu.bytecode
Methods in gnu.bytecode with parameters of type AnnotationEntryModifier and TypeMethodDescriptionvoid
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 AnnotationEntryModifierConstructorDescriptionRuntimeAnnotationsAttr
(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