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

Quick Search    Search Deep

Compil3r.Quad
Class Delegates.Op  view Delegates.Op download Delegates.Op.java

java.lang.Object
  extended byCompil3r.Quad.Delegates.Op
All Implemented Interfaces:
Operator.Delegate
Enclosing class:
Delegates

static class Delegates.Op
extends java.lang.Object
implements Operator.Delegate


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:
interpretGetThreadBlock in interface Operator.Delegate

interpretSetThreadBlock

public void interpretSetThreadBlock(Operator.Special op,
                                    Quad q,
                                    Interpreter.QuadInterpreter s)
Specified by:
interpretSetThreadBlock in interface Operator.Delegate

interpretMonitorEnter

public void interpretMonitorEnter(Operator.Monitor op,
                                  Quad q,
                                  Interpreter.QuadInterpreter s)
Specified by:
interpretMonitorEnter in interface Operator.Delegate

interpretMonitorExit

public void interpretMonitorExit(Operator.Monitor op,
                                 Quad q,
                                 Interpreter.QuadInterpreter s)
Specified by:
interpretMonitorExit in interface Operator.Delegate