|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface StackMachine.Instruction
Describe interface Instruction
here.
Method Summary | |
---|---|
int |
arity()
Describe arity method here. |
void |
execute()
Describe execute method here. |
void |
write(java.io.PrintStream out)
Describe write method here. |
Method Detail |
---|
void execute() throws ParseException
execute
method here.
ParseException
- if an error occursint arity()
arity
method here.
int
valuevoid write(java.io.PrintStream out)
write
method here.
out
- a PrintStream
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |