|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use serp.bytecode.lowlevel | |
---|---|
serp.bytecode | Bytecode Manipuation |
serp.bytecode.lowlevel | Lowlevel Bytecode Manipuation |
serp.bytecode.visitor | Bytecode Visitor |
Classes in serp.bytecode.lowlevel used by serp.bytecode | |
---|---|
ConstantPool
A bytecode constant pool, containing entries for all strings, constants, classes, etc referenced in the class structure and method opcodes. |
Classes in serp.bytecode.lowlevel used by serp.bytecode.lowlevel | |
---|---|
ClassEntry
A constant pool entry describing a class. |
|
ComplexEntry
Base class for field, method, and interface method constant pool entries. |
|
ConstantEntry
Interface implemented by entries representing constant values. |
|
ConstantPool
A bytecode constant pool, containing entries for all strings, constants, classes, etc referenced in the class structure and method opcodes. |
|
Entry
Base type for all constant pool entries. |
|
NameAndTypeEntry
Entry containing indexes referencing a name and a descriptor. |
|
UTF8Entry
A unicode string value in the constant pool. |
Classes in serp.bytecode.lowlevel used by serp.bytecode.visitor | |
---|---|
ClassEntry
A constant pool entry describing a class. |
|
ConstantPool
A bytecode constant pool, containing entries for all strings, constants, classes, etc referenced in the class structure and method opcodes. |
|
DoubleEntry
A constant double value in the constant pool. |
|
Entry
Base type for all constant pool entries. |
|
FieldEntry
A reference to a class field. |
|
FloatEntry
A constant float value in the constant pool. |
|
IntEntry
A constant int value in the constant pool. |
|
InterfaceMethodEntry
A reference to an interface method. |
|
LongEntry
A long constant in the constant pool. |
|
MethodEntry
A reference to a class method. |
|
NameAndTypeEntry
Entry containing indexes referencing a name and a descriptor. |
|
StringEntry
A String constant in the constant pool. |
|
UTF8Entry
A unicode string value in the constant pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |