Interface Instruction
-
- All Known Implementing Classes:
Instruction.Assignment
,Instruction.Branch
,Instruction.Call
,Instruction.Concat
,Instruction.Conditional
,Instruction.Disclose
,Instruction.Exception
,Instruction.Extract
,Instruction.Invoke
,Instruction.Load
,Instruction.Return
,Instruction.Sext
,Instruction.Store
,Instruction.Terminator
,Instruction.Zext
public interface Instruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Instruction.Assignment
static class
Instruction.Branch
static class
Instruction.Call
static class
Instruction.Concat
static class
Instruction.Conditional
static class
Instruction.Disclose
static class
Instruction.Exception
static class
Instruction.Extract
static class
Instruction.Invoke
static class
Instruction.Load
static class
Instruction.Return
static class
Instruction.Sext
static class
Instruction.Store
static class
Instruction.Terminator
static class
Instruction.Zext
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(InsnVisitor visitor)
-
-
-
Method Detail
-
accept
void accept(InsnVisitor visitor)
-
-