Uses of Class
org.spf4j.zel.instr.Instruction
-
Packages that use Instruction Package Description org.spf4j.zel.instr org.spf4j.zel.vm -
-
Uses of Instruction in org.spf4j.zel.instr
Subclasses of Instruction in org.spf4j.zel.instr Modifier and Type Class Description classABSclassADDclassANDclassARRclassCALLclassCALLAclassCALLREFclassCDEREFXclassDECclassDEREFclassDEREFXclassDIVclassDUPclassEQclassFIRSTclassFJMPclassGEclassGTclassHALTclassINCclassJMPclassLEclassLODAXclassLODAXFclassLODXclassLODXFclassLTclassMCTXclassMODclassMOVclassMOVNclassMULclassNEQclassNJMPJump to a address is top of the stack is null.classNOPclassNOTclassORclassPOWclassPUSHclassPUSHMclassREFclassRLIKEregexp match.classSLEEPclassSUBclassSWAPclassSYNCclassTHROWclassXOR -
Uses of Instruction in org.spf4j.zel.vm
Methods in org.spf4j.zel.vm that return Instruction Modifier and Type Method Description InstructionProgram. get(int i)Instruction[]Program. getCode()InstructionCompileContext. getLast()InstructionNullParsingContext. getLast()InstructionParsingContext. getLast()Methods in org.spf4j.zel.vm with parameters of type Instruction Modifier and Type Method Description voidCompileContext. generateCode(ParsingContext.Location[] locs, Instruction... args)voidCompileContext. generateCode(ParsingContext.Location loc, Instruction instr)voidNullParsingContext. generateCode(ParsingContext.Location[] loc, Instruction... args)voidNullParsingContext. generateCode(ParsingContext.Location loc, Instruction instr)voidParsingContext. generateCode(ParsingContext.Location[] loc, Instruction... args)generate instruction code with argumentvoidParsingContext. generateCode(ParsingContext.Location loc, Instruction instr)Method parameters in org.spf4j.zel.vm with type arguments of type Instruction Modifier and Type Method Description booleanProgram. contains(Class<? extends Instruction> instr)
-