Uses of Class
org.aspectj.apache.bcel.classfile.Constant
Packages that use Constant
-
Uses of Constant in org.aspectj.apache.bcel.classfile
Subclasses of Constant in org.aspectj.apache.bcel.classfileModifier and TypeClassDescriptionclass
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.class
This class is derived from the abstract Constant class and represents a reference to a Double object.class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.class
This class represents a constant pool reference to a field.class
This class is derived from the abstract Constant class and represents a reference to a float object.class
This class is derived from the abstract Constant class and represents a reference to an int object.class
This class represents a constant pool reference to an interface method.class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.class
This class is derived from the abstract Constant class and represents a reference to a long object.class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.class
This class represents a constant pool reference to a method.class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.class
Represents a module.class
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.class
Represents a module.class
This class is derived from the abstract Constant class and represents a reference to a String object.class
This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.Methods in org.aspectj.apache.bcel.classfile that return ConstantModifier and TypeMethodDescriptionConstant.copy()
ConstantPool.getConstant(int index)
ConstantPool.getConstant(int index, byte tag)
Constant[]
ConstantPool.getConstantPool()
Methods in org.aspectj.apache.bcel.classfile with parameters of type ConstantModifier and TypeMethodDescriptionint
ConstantPool.addConstant(Constant c, ConstantPool cp)
ConstantPool.constantToString(Constant c)
Resolve constant to a string representation.Constructors in org.aspectj.apache.bcel.classfile with parameters of type Constant