public class InvokeInstruction extends Instruction
| Constructor and Description |
|---|
InvokeInstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
List<Variable> |
getArguments() |
Variable |
getInstance() |
MethodReference |
getMethod() |
Variable |
getReceiver() |
InvocationType |
getType() |
void |
setInstance(Variable instance) |
void |
setMethod(MethodReference method) |
void |
setReceiver(Variable receiver) |
void |
setType(InvocationType type) |
getBasicBlock, getLocation, getProgram, setLocationpublic InvocationType getType()
public void setType(InvocationType type)
public Variable getInstance()
public void setInstance(Variable instance)
public MethodReference getMethod()
public void setMethod(MethodReference method)
public Variable getReceiver()
public void setReceiver(Variable receiver)
public void acceptVisitor(InstructionVisitor visitor)
acceptVisitor in class InstructionCopyright © 2015. All rights reserved.