Verwendungen von Klasse
org.aspectj.apache.bcel.classfile.Constant
Packages, die Constant verwenden
-
Verwendungen von Constant in org.aspectj.apache.bcel.classfile
Unterklassen von Constant in org.aspectj.apache.bcel.classfileModifizierer und TypKlasseBeschreibungfinal class
This class is derived from the abstract Constant class and represents a reference to a (external) class.class
Abstract super class for Fieldref and Methodref constants.final class
This class is derived from the abstract Constant class and represents a reference to a Double object.final class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.final class
This class represents a constant pool reference to a field.final class
This class is derived from the abstract Constant class and represents a reference to a float object.final class
This class is derived from the abstract Constant class and represents a reference to an int object.final class
This class represents a constant pool reference to an interface method.final class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.final class
This class is derived from the abstract Constant class and represents a reference to a long object.final class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.final class
This class represents a constant pool reference to a method.final class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.final class
Represents a module.final class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.final class
Represents a module.final class
This class is derived from the abstract Constant class and represents a reference to a String object.final class
This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.Methoden in org.aspectj.apache.bcel.classfile, die Constant zurückgebenModifizierer und TypMethodeBeschreibungConstant.copy()
ConstantPool.getConstant
(int index) ConstantPool.getConstant
(int index, byte tag) Constant[]
ConstantPool.getConstantPool()
Methoden in org.aspectj.apache.bcel.classfile mit Parametern vom Typ ConstantModifizierer und TypMethodeBeschreibungint
ConstantPool.addConstant
(Constant c, ConstantPool cp) ConstantPool.constantToString
(Constant c) Resolve constant to a string representation.Konstruktoren in org.aspectj.apache.bcel.classfile mit Parametern vom Typ Constant