Uses of Class
serp.bytecode.CodeEntry
Packages that use CodeEntry
-
Uses of CodeEntry in serp.bytecode
Subclasses of CodeEntry 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
Instruction that takes as an argument a field to operate on.class
Loads a value from a field onto the stack.class
An instruction that specifies a position in the code block to jump to.class
An if instruction such asifnull, ifeq
, etc.class
Theiinc
instruction.class
An opcode in a method of a class.class
An instruction that specifies a position in the code block to jump to.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
Thelookupswitch
instruction.class
One of the math operations defined in theConstants
interface.class
An instruction that invokes a method.class
Themonitorenter
instruction.class
Themonitorexit
instruction.class
A synchronization instruction.class
Themultianewarray
instruction, which creates a new multi-dimensional array.class
Thenewarray
instruction, which is used to create new arrays of primitive types.class
Stores a value from the stack into a field.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
Contains functionality common to the different switch types (TableSwitch and LookupSwitch).class
Thetableswitch
instruction.class
Any typed instruction.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.Fields in serp.bytecode declared as CodeEntryModifier and TypeFieldDescriptionprivate CodeEntry
Code.CodeIterator._bn
private final CodeEntry
Code._head
private final CodeEntry
Code._tail
(package private) CodeEntry
CodeEntry.next
(package private) CodeEntry
CodeEntry.prev
Constructors in serp.bytecode with parameters of type CodeEntry