Package serp.bytecode.lowlevel
package serp.bytecode.lowlevel
Lowlevel Bytecode Manipuation
This package contains facilities for lowlevel bytecode manipulation
through the class constant pool. It is generally not necessary to use
this package directly, as all necessary functionality is made available
at a high level via the serp.bytecode
package.
-
ClassDescriptionA constant pool entry describing a class.Base class for field, method, and interface method constant pool entries.Interface implemented by entries representing constant values.A bytecode constant pool, containing entries for all strings, constants, classes, etc referenced in the class structure and method opcodes.Key for class entries.Base class key for entries with two ptr to other entries.Key for field entries.Key for interface method entries.Key for method entries.Key for method entries.Key for name and type entries.Base class key for entries with one ptr to another entry.Key for string entries.Efficient representation of the constant pool as a table.A constant double value in the constant pool.Base type for all constant pool entries.A reference to a class field.A constant float value in the constant pool.A constant int value in the constant pool.A reference to an interface method.InvokeDynamic u1 tag u2 bootstrap_method_attr_index // References entry in Bootstrap Methods table u2 name_and_type_index // References NameAndTypeEntry representing method name and descriptorA long constant in the constant pool.A reference to a class method.MethodHandle u1 tag u1 reference_kind u2 reference_indexMethodType u1 tag u2 descriptor_indexEntry containing indexes referencing a name and a descriptor.A String constant in the constant pool.A unicode string value in the constant pool.