|
|||||||||
| Home >> All >> Compil3r >> [ Quad overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Compil3r.Quad
Class Delegates.Op

java.lang.ObjectCompil3r.Quad.Delegates.Op
- All Implemented Interfaces:
- Operator.Delegate
- Enclosing class:
- Delegates
- static class Delegates.Op
- extends java.lang.Object
- implements Operator.Delegate
- extends java.lang.Object
| Constructor Summary | |
(package private) |
Delegates.Op()
|
| Method Summary | |
void |
interpretGetThreadBlock(Operator.Special op,
Quad q,
Interpreter.QuadInterpreter s)
|
void |
interpretMonitorEnter(Operator.Monitor op,
Quad q,
Interpreter.QuadInterpreter s)
|
void |
interpretMonitorExit(Operator.Monitor op,
Quad q,
Interpreter.QuadInterpreter s)
|
void |
interpretSetThreadBlock(Operator.Special op,
Quad q,
Interpreter.QuadInterpreter s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Delegates.Op
Delegates.Op()
| Method Detail |
interpretGetThreadBlock
public void interpretGetThreadBlock(Operator.Special op, Quad q, Interpreter.QuadInterpreter s)
- Specified by:
interpretGetThreadBlockin interfaceOperator.Delegate
interpretSetThreadBlock
public void interpretSetThreadBlock(Operator.Special op, Quad q, Interpreter.QuadInterpreter s)
- Specified by:
interpretSetThreadBlockin interfaceOperator.Delegate
interpretMonitorEnter
public void interpretMonitorEnter(Operator.Monitor op, Quad q, Interpreter.QuadInterpreter s)
- Specified by:
interpretMonitorEnterin interfaceOperator.Delegate
interpretMonitorExit
public void interpretMonitorExit(Operator.Monitor op, Quad q, Interpreter.QuadInterpreter s)
- Specified by:
interpretMonitorExitin interfaceOperator.Delegate
|
|||||||||
| Home >> All >> Compil3r >> [ Quad overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Compil3r.Quad.Delegates.Op