Uses of Package
serp.bytecode.lowlevel
Packages that use serp.bytecode.lowlevel
Package
Description
Bytecode Manipuation
Lowlevel Bytecode Manipuation
Bytecode Visitor
-
Classes in serp.bytecode.lowlevel used by serp.bytecodeClassDescriptionA 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
-
Classes in serp.bytecode.lowlevel used by serp.bytecode.lowlevelClassDescriptionA 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 class key for entries with two ptr to other entries.Base class key for entries with one ptr to another entry.Base type for all constant pool entries.Entry containing indexes referencing a name and a descriptor.A unicode string value in the constant pool.
-
Classes in serp.bytecode.lowlevel used by serp.bytecode.visitorClassDescriptionA 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 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.