|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operand.ParamListOperand | |
---|---|
joeq.Compiler.Quad | |
joeq.Interpreter |
Uses of Operand.ParamListOperand in joeq.Compiler.Quad |
---|
Methods in joeq.Compiler.Quad that return Operand.ParamListOperand | |
---|---|
static Operand.ParamListOperand |
Operator.Invoke.getParamList(Quad q)
|
static Operand.ParamListOperand |
Operator.Phi.getSrcs(Quad q)
|
Methods in joeq.Compiler.Quad with parameters of type Operand.ParamListOperand | |
---|---|
static void |
Operator.Invoke.setParamList(Quad q,
Operand.ParamListOperand o)
|
static void |
Operator.Phi.setSrcs(Quad q,
Operand.ParamListOperand o)
|
Uses of Operand.ParamListOperand in joeq.Interpreter |
---|
Methods in joeq.Interpreter with parameters of type Operand.ParamListOperand | |
---|---|
Object[] |
QuadInterpreter.generateParamArray(jq_Method f,
Operand.ParamListOperand plo)
|
QuadInterpreter |
QuadInterpreter.invokeInstanceReflective(jq_InstanceMethod f,
Operand.ParamListOperand plo)
|
QuadInterpreter |
QuadInterpreter.invokeMethod(jq_Method f,
Operand.ParamListOperand plo)
|
QuadInterpreter |
QuadInterpreter.invokeReflective(jq_Method f,
Operand.ParamListOperand plo)
|
QuadInterpreter |
QuadInterpreter.invokeStaticReflective(jq_StaticMethod f,
Operand.ParamListOperand plo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |