Uses of Interface
serp.bytecode.InstructionPtr
Packages that use InstructionPtr
-
Uses of InstructionPtr in serp.bytecode
Classes in serp.bytecode that implement InstructionPtrModifier and TypeClassDescriptionclassRepresents atry {} catch() {}statement in bytecode.classAn instruction that specifies a position in the code block to jump to.classAn if instruction such asifnull, ifeq, etc.classAn instruction that specifies a position in the code block to jump to.classA line number corresponds to a sequence of opcodes that map logically to a line of source code.classCode blocks compiled from source have line number tables mapping opcodes to source lines.classA local variable or local variable type.classCode blocks compiled from source have local tables mapping locals used in opcodes to their names and descriptions.classA local variable contains the name, description, index and scope of a local used in opcodes.classCode blocks compiled from source have local variable tables mapping locals used in opcodes to their names and descriptions.classA local variable type contains the name, signature, index and scope of a generics-using local used in opcodes.classCode blocks compiled from source have local variable type tables mapping generics-using locals used in opcodes to their names and signatures.classThelookupswitchinstruction.classContains functionality common to the different switch types (TableSwitch and LookupSwitch).classThetableswitchinstruction.