Verwendungen von Klasse
org.aspectj.apache.bcel.classfile.annotation.ElementValue
Packages, die ElementValue verwenden
-
Verwendungen von ElementValue in org.aspectj.apache.bcel.classfile
Methoden in org.aspectj.apache.bcel.classfile, die ElementValue zurückgeben -
Verwendungen von ElementValue in org.aspectj.apache.bcel.classfile.annotation
Unterklassen von ElementValue in org.aspectj.apache.bcel.classfile.annotationModifizierer und TypKlasseBeschreibungclass
class
class
class
class
Methoden in org.aspectj.apache.bcel.classfile.annotation, die ElementValue zurückgebenModifizierer und TypMethodeBeschreibungstatic ElementValue
ElementValue.copy
(ElementValue value, ConstantPool cpool, boolean copyPoolEntries) Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.ArrayElementValue.getElementValuesArray()
final ElementValue
NameValuePair.getValue()
static ElementValue
ElementValue.readElementValue
(DataInputStream dis, ConstantPool cpGen) Methoden in org.aspectj.apache.bcel.classfile.annotation mit Parametern vom Typ ElementValueModifizierer und TypMethodeBeschreibungvoid
ArrayElementValue.addElement
(ElementValue gen) static ElementValue
ElementValue.copy
(ElementValue value, ConstantPool cpool, boolean copyPoolEntries) Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.Konstruktoren in org.aspectj.apache.bcel.classfile.annotation mit Parametern vom Typ ElementValueModifiziererKonstruktorBeschreibungArrayElementValue
(int type, ElementValue[] datums, ConstantPool cpool) protected
NameValuePair
(int idx, ElementValue value, ConstantPool cpool) NameValuePair
(String name, ElementValue value, ConstantPool cpool)