Uses of Package
serp.bytecode
Packages that use serp.bytecode
-
Classes in serp.bytecode used by serp.bytecodeClassDescriptionAn annotated entity.A declared annotation.An annotation property.Property value struct.Java annotation data.Any array load or store instruction.Loads a value from an array onto the stack.Store a value from the stack into an array.In bytecode attributes are used to represent anything that is not part of the class structure.Abstract superclass for all bytecode entities that hold attributes.The BCClass represents a class object in the bytecode framework, in many ways mirroring the
Class
class of Java reflection.Interface implemented by all bytecode entities.A field of a class.A member field or method of a class.A method of a class.Pseudo-instruction used to placeClass
objects onto the stack.An instruction that takes as an argument a class to operate on.An instruction comparing two stack values.Representation of a code block of a class.Helper class to handle invalidation of instructions on removal and notification of modification on addition.An entry in a code block.An instruction that that loads a constant onto the stack.A constant value for a member field.A conversion opcode such asi2l, f2i
, etc.Represents atry {} catch() {}
statement in bytecode.Attribute declaring the checked exceptions a method can throw.Instruction that takes as an argument a field to operate on.Loads a value from a field onto the stack.An if instruction such asifnull, ifeq
, etc.Theiinc
instruction.Any referenced class that is not a package member is represented by this structure.Attribute describing all referenced classes that are not package members.An opcode in a method of a class.An entity that maintains ptrs to instructions in a code block.InstructionPtrStrategy handles the different strategies for finding the Instructions that InstructionPtrs point to.An instruction that specifies a position in the code block to jump to.A line number corresponds to a sequence of opcodes that map logically to a line of source code.Code blocks compiled from source have line number tables mapping opcodes to source lines.Loads a value from the locals table to the stack.A local variable or local variable type.Code blocks compiled from source have local tables mapping locals used in opcodes to their names and descriptions.A local variable contains the name, description, index and scope of a local used in opcodes.An instruction that has an argument of an index into the local variable table of the current frame.Code blocks compiled from source have local variable tables mapping locals used in opcodes to their names and descriptions.A local variable type contains the name, signature, index and scope of a generics-using local used in opcodes.Code blocks compiled from source have local variable type tables mapping generics-using locals used in opcodes to their names and signatures.Thelookupswitch
instruction.One of the math operations defined in theConstants
interface.An instruction that invokes a method.Themonitorenter
instruction.Themonitorexit
instruction.A synchronization instruction.Themultianewarray
instruction, which creates a new multi-dimensional array.Caching and conversion of names in both internal and external form.Thenewarray
instruction, which is used to create new arrays of primitive types.The Project represents a working set of classes.Stores a value from the stack into a field.Theret
instruction is used in the implementation of finally.Returns a value (or void) from a method.Attribute naming the source file for this class.Represents an instruction that manipulates the stack of the current frame.The State type is extended by various concrete types to change the behavior of aBCClass
.An instruction to store a value from a local variable onto the stack.Contains functionality common to the different switch types (TableSwitch and LookupSwitch).Thetableswitch
instruction.Any typed instruction.Thewide
instruction, which is used to allow other instructions to index values beyond what they can normally index baed on the length of their arguments. -
Classes in serp.bytecode used by serp.bytecode.visitorClassDescriptionA declared annotation.An annotation property.Java annotation data.Loads a value from an array onto the stack.Store a value from the stack into an array.In bytecode attributes are used to represent anything that is not part of the class structure.The BCClass represents a class object in the bytecode framework, in many ways mirroring the
Class
class of Java reflection.A field of a class.A member field or method of a class.A method of a class.An instruction that takes as an argument a class to operate on.An instruction comparing two stack values.Representation of a code block of a class.An instruction that that loads a constant onto the stack.A constant value for a member field.A conversion opcode such asi2l, f2i
, etc.Attribute signifying that a method or class is deprecated.Represents atry {} catch() {}
statement in bytecode.Attribute declaring the checked exceptions a method can throw.Loads a value from a field onto the stack.An if instruction such asifnull, ifeq
, etc.Theiinc
instruction.Any referenced class that is not a package member is represented by this structure.Attribute describing all referenced classes that are not package members.An opcode in a method of a class.An instruction that specifies a position in the code block to jump to.A line number corresponds to a sequence of opcodes that map logically to a line of source code.Code blocks compiled from source have line number tables mapping opcodes to source lines.Loads a value from the locals table to the stack.A local variable contains the name, description, index and scope of a local used in opcodes.Code blocks compiled from source have local variable tables mapping locals used in opcodes to their names and descriptions.A local variable type contains the name, signature, index and scope of a generics-using local used in opcodes.Code blocks compiled from source have local variable type tables mapping generics-using locals used in opcodes to their names and signatures.Thelookupswitch
instruction.One of the math operations defined in theConstants
interface.An instruction that invokes a method.Themonitorenter
instruction.Themonitorexit
instruction.Themultianewarray
instruction, which creates a new multi-dimensional array.Thenewarray
instruction, which is used to create new arrays of primitive types.The Project represents a working set of classes.Stores a value from the stack into a field.Theret
instruction is used in the implementation of finally.Returns a value (or void) from a method.Attribute naming the source file for this class.Represents an instruction that manipulates the stack of the current frame.An instruction to store a value from a local variable onto the stack.Attribute marking a member as synthetic, or not present in the class source code.Thetableswitch
instruction.An unrecognized attribute; class files are allowed to contain attributes that are not recognized, and the JVM must ignore them.Thewide
instruction, which is used to allow other instructions to index values beyond what they can normally index baed on the length of their arguments.