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 TypKlasseBeschreibungclassclassclassclassclassMethoden in org.aspectj.apache.bcel.classfile.annotation, die ElementValue zurückgebenModifizierer und TypMethodeBeschreibungstatic ElementValueElementValue.copy(ElementValue value, ConstantPool cpool, boolean copyPoolEntries) Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.ArrayElementValue.getElementValuesArray()final ElementValueNameValuePair.getValue()static ElementValueElementValue.readElementValue(DataInputStream dis, ConstantPool cpGen) Methoden in org.aspectj.apache.bcel.classfile.annotation mit Parametern vom Typ ElementValueModifizierer und TypMethodeBeschreibungvoidArrayElementValue.addElement(ElementValue gen) static ElementValueElementValue.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) protectedNameValuePair(int idx, ElementValue value, ConstantPool cpool) NameValuePair(String name, ElementValue value, ConstantPool cpool)