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

Quick Search    Search Deep

Uses of Class
Interpreter.QuadInterpreter

Uses of QuadInterpreter in Interpreter
 

Methods in Interpreter that return QuadInterpreter
 QuadInterpreter QuadInterpreter.invokeReflective(Clazz.jq_Method f, Compil3r.Quad.Operand.ParamListOperand plo)
           
 QuadInterpreter QuadInterpreter.invokeInstanceReflective(Clazz.jq_InstanceMethod f, Compil3r.Quad.Operand.ParamListOperand plo)
           
 QuadInterpreter QuadInterpreter.invokeStaticReflective(Clazz.jq_StaticMethod f, Compil3r.Quad.Operand.ParamListOperand plo)
           
 QuadInterpreter QuadInterpreter.invokeMethod(Clazz.jq_Method f, Compil3r.Quad.Operand.ParamListOperand plo)
           
static QuadInterpreter QuadInterpreter.interpretMethod(Clazz.jq_Method f, java.lang.Object[] params)