Uses of Interface
serp.bytecode.lowlevel.ConstantEntry
-
Packages that use ConstantEntry Package Description serp.bytecode.lowlevel Lowlevel Bytecode Manipuation -
-
Uses of ConstantEntry in serp.bytecode.lowlevel
Classes in serp.bytecode.lowlevel that implement ConstantEntry Modifier and Type Class Description class
ClassEntry
A constant pool entry describing a class.class
DoubleEntry
A constant double value in the constant pool.class
FloatEntry
A constant float value in the constant pool.class
IntEntry
A constant int value in the constant pool.class
LongEntry
A long constant in the constant pool.class
StringEntry
A String constant in the constant pool.class
UTF8Entry
A unicode string value in the constant pool.
-