Package | Description |
---|---|
org.spf4j.zel.instr | |
org.spf4j.zel.vm |
Modifier and Type | Class and Description |
---|---|
class |
ABS |
class |
ADD |
class |
AND |
class |
ARR |
class |
CALL |
class |
CALLA |
class |
CALLREF |
class |
DEC |
class |
DEREF |
class |
DEREFX |
class |
DIV |
class |
DUP |
class |
EQ |
class |
FIRST |
class |
FJMP |
class |
GE |
class |
GT |
class |
HALT |
class |
INC |
class |
JMP |
class |
LE |
class |
LODAX |
class |
LODAXF |
class |
LODX |
class |
LODXF |
class |
LT |
class |
MCTX |
class |
MOD |
class |
MOV |
class |
MOVN |
class |
MUL |
class |
NEQ |
class |
NOP |
class |
NOT |
class |
OR |
class |
POW |
class |
PUSH |
class |
PUSHM |
class |
REF |
class |
SLEEP |
class |
SUB |
class |
SWAP |
class |
SYNC |
class |
THROW |
class |
XOR |
Modifier and Type | Method and Description |
---|---|
Instruction |
Program.get(int i) |
Instruction[] |
Program.getCode() |
Instruction |
NullParsingContext.getLast() |
Instruction |
CompileContext.getLast() |
Instruction |
ParsingContext.getLast() |
Modifier and Type | Method and Description |
---|---|
ProgramBuilder |
ProgramBuilder.add(Instruction object,
ParsingContext.Location loc) |
ProgramBuilder |
ProgramBuilder.addAll(Instruction[] objects,
List<ParsingContext.Location> debug) |
void |
NullParsingContext.generateCode(ParsingContext.Location[] loc,
Instruction... args) |
void |
CompileContext.generateCode(ParsingContext.Location[] locs,
Instruction... args) |
void |
ParsingContext.generateCode(ParsingContext.Location[] loc,
Instruction... args)
generate instruction code with argument
|
void |
NullParsingContext.generateCode(ParsingContext.Location loc,
Instruction instr) |
void |
CompileContext.generateCode(ParsingContext.Location loc,
Instruction instr) |
void |
ParsingContext.generateCode(ParsingContext.Location loc,
Instruction instr) |
ProgramBuilder |
ProgramBuilder.set(int idx,
Instruction object) |
Modifier and Type | Method and Description |
---|---|
boolean |
Program.contains(Class<? extends Instruction> instr) |
boolean |
ProgramBuilder.contains(Class<? extends Instruction> instr) |
Constructor and Description |
---|
HasClass(Class<? extends Instruction> instr) |
Copyright © 2018 SPF4J. All rights reserved.