Uses of Package
serp.bytecode.lowlevel

Packages that use serp.bytecode.lowlevel
Package
Description
Bytecode Manipuation
Lowlevel Bytecode Manipuation
Bytecode Visitor
  • Class
    Description
    A bytecode constant pool, containing entries for all strings, constants, classes, etc referenced in the class structure and method opcodes.
    Base type for all constant pool entries.
    MethodHandle u1 tag u1 reference_kind u2 reference_index
  • 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.
    Base type for all constant pool entries.
    Entry containing indexes referencing a name and a descriptor.
    A unicode string value in the constant pool.
  • Class
    Description
    A constant pool entry describing a class.
    A bytecode constant pool, containing entries for all strings, constants, classes, etc referenced in the class structure and method opcodes.
    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.