Package com.tonic.parser.constpool
Constant pool entries, one type per tag.
-
Class Summary Class Description ClassRefItem Represents a CONSTANT_Class entry in the constant pool.ConstantDynamicItem Represents a CONSTANT_Dynamic entry in the constant pool (tag 17/0x11).DoubleItem A CONSTANT_Double entry in the constant pool.FieldRefItem A CONSTANT_Fieldref constant pool entry.FloatItem Represents a CONSTANT_Float entry in the constant pool.IntegerItem A CONSTANT_Integer constant pool entry.InterfaceRefItem Represents a CONSTANT_InterfaceMethodref entry in the constant pool.InvokeDynamicItem Represents a CONSTANT_InvokeDynamic entry in the constant pool.Item<T> Abstract representation of a constant pool item.LongItem Represents a CONSTANT_Long entry in the constant pool.MethodHandleItem Represents a CONSTANT_MethodHandle entry in the constant pool.MethodRefItem A CONSTANT_Methodref constant pool entry, holding the class and name-and-type indices of a class method.MethodTypeItem Represents a CONSTANT_MethodType entry in the constant pool.ModuleItem Represents a CONSTANT_Module entry in the constant pool.NameAndTypeRefItem A CONSTANT_NameAndType constant pool entry, holding the name and descriptor indices of a member.PackageItem Represents a CONSTANT_Package entry in the constant pool.StringRefItem A CONSTANT_String constant pool entry, holding the pool index of its UTF-8 value.Utf8Item A CONSTANT_Utf8 entry in the constant pool, stored in JVMS modified UTF-8.