Uses of Class
serp.bytecode.TypedInstruction
Packages that use TypedInstruction
-
Uses of TypedInstruction in serp.bytecode
Subclasses of TypedInstruction in serp.bytecodeModifier and TypeClassDescriptionclass
Any array load or store instruction.class
Loads a value from an array onto the stack.class
Store a value from the stack into an array.class
An instruction that takes as an argument a class to operate on.class
An instruction comparing two stack values.class
An instruction that that loads a constant onto the stack.class
A conversion opcode such asi2l, f2i
, etc.class
Theiinc
instruction.class
Loads a value from the locals table to the stack.class
An instruction that has an argument of an index into the local variable table of the current frame.class
One of the math operations defined in theConstants
interface.class
Themultianewarray
instruction, which creates a new multi-dimensional array.class
Thenewarray
instruction, which is used to create new arrays of primitive types.class
Theret
instruction is used in the implementation of finally.class
Returns a value (or void) from a method.class
Represents an instruction that manipulates the stack of the current frame.class
An instruction to store a value from a local variable onto the stack.class
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.Methods in serp.bytecode that return TypedInstructionModifier and TypeMethodDescriptionSet the type of this instruction.abstract TypedInstruction
Set the type of this instruction.Set the type of this instruction.