Uses of Class
serp.bytecode.CodeEntry
Packages that use CodeEntry
-
Uses of CodeEntry in serp.bytecode
Subclasses of CodeEntry 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.classInstruction that takes as an argument a field to operate on.classLoads a value from a field onto the stack.classAn instruction that specifies a position in the code block to jump to.classAn if instruction such asifnull, ifeq, etc.classTheiincinstruction.classAn opcode in a method of a class.classAn instruction that specifies a position in the code block to jump to.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.classThelookupswitchinstruction.classOne of the math operations defined in theConstantsinterface.classAn instruction that invokes a method.classThemonitorenterinstruction.classThemonitorexitinstruction.classA synchronization instruction.classThemultianewarrayinstruction, which creates a new multi-dimensional array.classThenewarrayinstruction, which is used to create new arrays of primitive types.classStores a value from the stack into a field.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.classContains functionality common to the different switch types (TableSwitch and LookupSwitch).classThetableswitchinstruction.classAny typed instruction.classThewideinstruction, 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 CodeEntryCode.CodeIterator._bnprivate final CodeEntryCode._headprivate final CodeEntryCode._tail(package private) CodeEntryCodeEntry.next(package private) CodeEntryCodeEntry.prevConstructors in serp.bytecode with parameters of type CodeEntry