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.

  • Class
    Description
    A 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.
    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 descriptor
    A long constant in the constant pool.
    A reference to a class method.
    MethodHandle u1 tag u1 reference_kind u2 reference_index
    MethodType u1 tag u2 descriptor_index
    Entry containing indexes referencing a name and a descriptor.
    A String constant in the constant pool.
    A unicode string value in the constant pool.