|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> bytecode >> [ lowlevel overview ] | PREV NEXT | ||||||||
Uses of Interface
com.techtrader.modules.tools.bytecode.lowlevel.LowLevelConstants
| Uses of LowLevelConstants in com.techtrader.modules.tools.bytecode.lowlevel |
| Classes in com.techtrader.modules.tools.bytecode.lowlevel that implement LowLevelConstants | |
class |
ClassEntry
Low-level representation of a constant pool entry describing a Class. |
class |
ComplexEntry
The complex entry serves as a base class for field, method, and interface method constant pool entries. |
class |
ConstantPool
Represents a class constant pool, containing entries for all strings, constants, classes, etc referenced in the class structure and opcodes. |
class |
DoubleEntry
Representation of a constant double value in the constant pool. |
class |
FieldEntry
Represents a reference to a class field. |
class |
FloatEntry
Represents a constant float value in the constant pool. |
class |
IntEntry
Represents a constant int value in the constant pool. |
class |
InterfaceMethodEntry
Represents an interface method in the constant pool. |
class |
LongEntry
Represnts a long constant in the constant pool. |
class |
MethodEntry
Represents a method in the constant pool. |
class |
NameAndTypeEntry
Constant pool entry containing indexes referencing a name and a type. |
class |
PlaceHolderEntry
The PlaceHolderEntry is inserted into the constant pool after LongEntries and DoubleEntries to maintain the proper indexing, as these types take up 2 indeces in the constant pool. |
class |
StringEntry
String constant constant pool entry. |
class |
UTF8Entry
A constant pool entry representing a unicode string value. |
|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> bytecode >> [ lowlevel overview ] | PREV NEXT | ||||||||