Uses of Class
org.apache.bcel.generic.AnnotationEntryGen
Packages that use AnnotationEntryGen
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of AnnotationEntryGen in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return AnnotationEntryGenModifier and TypeMethodDescriptionAnnotationElementValueGen.getAnnotation()Gets the annotation.ClassGen.getAnnotationEntries()Gets the annotation entries.FieldGenOrMethodGen.getAnnotationEntries()Gets all annotation entries.static AnnotationEntryGenAnnotationEntryGen.read(DataInput dis, ConstantPoolGen cpool, boolean b) Reads an AnnotationEntryGen from a DataInput.Methods in org.apache.bcel.generic that return types with arguments of type AnnotationEntryGenModifier and TypeMethodDescriptionMethodGen.getAnnotationsOnParameter(int i) Return a list of AnnotationGen objects representing parameter annotations.Methods in org.apache.bcel.generic with parameters of type AnnotationEntryGenModifier and TypeMethodDescriptionvoidClassGen.addAnnotationEntry(AnnotationEntryGen a) Adds an annotation entry to this class.voidFieldGenOrMethodGen.addAnnotationEntry(AnnotationEntryGen ag) Adds an annotation entry.voidMethodGen.addParameterAnnotation(int parameterIndex, AnnotationEntryGen annotation) Adds a parameter annotation.voidFieldGenOrMethodGen.removeAnnotationEntry(AnnotationEntryGen ag) Removes an annotation entry.Constructors in org.apache.bcel.generic with parameters of type AnnotationEntryGenModifierConstructorDescriptionAnnotationElementValueGen(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool) Constructs an AnnotationElementValueGen.Constructs an AnnotationElementValueGen.