Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Compil3r.Quad
Interface Operator.Delegate  view Operator.Delegate download Operator.Delegate.java

All Known Implementing Classes:
Delegates.Op, NullDelegates.Op
Enclosing interface:
Operator

static interface Operator.Delegate


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)
           
 

Method Detail

interpretGetThreadBlock

public void interpretGetThreadBlock(Operator.Special op,
                                    Quad q,
                                    Interpreter.QuadInterpreter s)

interpretSetThreadBlock

public void interpretSetThreadBlock(Operator.Special op,
                                    Quad q,
                                    Interpreter.QuadInterpreter s)

interpretMonitorEnter

public void interpretMonitorEnter(Operator.Monitor op,
                                  Quad q,
                                  Interpreter.QuadInterpreter s)

interpretMonitorExit

public void interpretMonitorExit(Operator.Monitor op,
                                 Quad q,
                                 Interpreter.QuadInterpreter s)