Uses of Class
org.apache.bcel.generic.AnnotationEntryGen
Packages that use AnnotationEntryGen
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., 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()ClassGen.getAnnotationEntries()FieldGenOrMethodGen.getAnnotationEntries()static AnnotationEntryGenAnnotationEntryGen.read(DataInputStream dis, ConstantPoolGen cpool, boolean b) Methods in org.apache.bcel.generic with parameters of type AnnotationEntryGenModifier and TypeMethodDescriptionvoidClassGen.addAnnotationEntry(AnnotationEntryGen a) voidFieldGenOrMethodGen.addAnnotationEntry(AnnotationEntryGen ag) voidMethodGen.addParameterAnnotation(int parameterIndex, AnnotationEntryGen annotation) voidFieldGenOrMethodGen.removeAnnotationEntry(AnnotationEntryGen ag) Constructors in org.apache.bcel.generic with parameters of type AnnotationEntryGenModifierConstructorDescriptionAnnotationElementValueGen(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool)