Package | Description |
---|---|
com.caucho.bytecode |
Modifier and Type | Method and Description |
---|---|
ConstantPool |
JavaClass.getConstantPool()
Returns the class's constant pool.
|
ConstantPool |
ByteCodeParser.getConstantPool()
Returns the constant pool.
|
ConstantPool |
ConstantPoolEntry.getConstantPool()
Returns the constant pool.
|
ConstantPool |
CodeWriterAttribute.getConstantPool() |
Modifier and Type | Method and Description |
---|---|
int |
StringConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
Utf8Constant.export(ConstantPool target)
Exports to the target pool.
|
int |
FieldRefConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
MethodRefConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
IntegerConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
LongConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
DoubleConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
InterfaceMethodRefConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
NameAndTypeConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
FloatConstant.export(ConstantPool target)
Exports to the target pool.
|
int |
ClassConstant.export(ConstantPool target)
Exports to the target pool.
|