Uses of Class
serp.bytecode.TypedInstruction
Packages that use TypedInstruction
-
Uses of TypedInstruction in serp.bytecode
Subclasses of TypedInstruction in serp.bytecodeModifier and TypeClassDescriptionclassAny array load or store instruction.classLoads a value from an array onto the stack.classStore a value from the stack into an array.classAn instruction that takes as an argument a class to operate on.classAn instruction comparing two stack values.classAn instruction that that loads a constant onto the stack.classA conversion opcode such asi2l, f2i, etc.classTheiincinstruction.classLoads a value from the locals table to the stack.classAn instruction that has an argument of an index into the local variable table of the current frame.classOne of the math operations defined in theConstantsinterface.classThemultianewarrayinstruction, which creates a new multi-dimensional array.classThenewarrayinstruction, which is used to create new arrays of primitive types.classTheretinstruction is used in the implementation of finally.classReturns a value (or void) from a method.classRepresents an instruction that manipulates the stack of the current frame.classAn instruction to store a value from a local variable onto the stack.classThewideinstruction, 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 TypedInstructionSet the type of this instruction.Set the type of this instruction.