public static class Instruction.Invoke extends Instruction.Terminator
Instruction.Assignment, Instruction.Branch, Instruction.Call, Instruction.Concat, Instruction.Disclose, Instruction.Exception, Instruction.Extract, Instruction.Invoke, Instruction.Load, Instruction.Return, Instruction.Sext, Instruction.Store, Instruction.Terminator, Instruction.Zext
Modifier and Type | Field and Description |
---|---|
Instruction.Call |
call |
successors
Constructor and Description |
---|
Invoke(Instruction.Call call) |
Modifier and Type | Method and Description |
---|---|
void |
accept(InsnVisitor visitor) |
public final Instruction.Call call
public Invoke(Instruction.Call call)
public void accept(InsnVisitor visitor)
accept
in interface Instruction
accept
in class Instruction.Terminator