Package | Description |
---|---|
com.caucho.bytecode |
Modifier and Type | Class and Description |
---|---|
class |
ClassConstant
Represents a class in the constant pool.
|
class |
DoubleConstant
Represents a double constant.
|
class |
FieldRefConstant
Represents a field ref in the constant pool.
|
class |
FloatConstant
Represents a float constant.
|
class |
IntegerConstant
Represents an integer constant.
|
class |
InterfaceMethodRefConstant
Represents an interface method ref in the constant pool.
|
class |
LongConstant
Represents a long constant.
|
class |
MethodRefConstant
Represents a method ref in the constant pool.
|
class |
NameAndTypeConstant
Represents a name and type ref in the constant pool.
|
class |
StringConstant
Represents a string pointer in the constant pool.
|
class |
Utf8Constant
Represents a utf-8n constant.
|
Modifier and Type | Method and Description |
---|---|
ConstantPoolEntry |
CodeVisitor.getConstantArg()
Returns a constant pool item.
|
ConstantPoolEntry |
ConstantPool.getEntry(int index)
Returns an entry
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ConstantPoolEntry> |
ConstantPool.getEntries()
Returns all the entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstantPool.addConstant(ConstantPoolEntry entry)
Adds a new constant.
|