Uses of Class
org.apache.bcel.generic.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
Modifier and TypeMethodDescriptionAnnotationElementValueGen.getAnnotation()
ClassGen.getAnnotationEntries()
FieldGenOrMethodGen.getAnnotationEntries()
static AnnotationEntryGen
AnnotationEntryGen.read
(DataInput dis, ConstantPoolGen cpool, boolean b) Modifier and TypeMethodDescriptionMethodGen.getAnnotationsOnParameter
(int i) Return a list of AnnotationGen objects representing parameter annotationsModifier and TypeMethodDescriptionvoid
ClassGen.addAnnotationEntry
(AnnotationEntryGen a) void
FieldGenOrMethodGen.addAnnotationEntry
(AnnotationEntryGen ag) void
MethodGen.addParameterAnnotation
(int parameterIndex, AnnotationEntryGen annotation) void
FieldGenOrMethodGen.removeAnnotationEntry
(AnnotationEntryGen ag) ModifierConstructorDescriptionAnnotationElementValueGen
(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool)