Interface INode
- All Known Implementing Classes:
BasicBlockInstr
,BranchInstr
,CallInstr
,IRConstruct
,IRInstr
,LiteralInstr
,MemoryInstr
,Operation
,ScopeInstr
public interface INode
Models the concept of an Intermediate Representation construct.
This could be a simple concept of a whole aggregate.
-
Method Summary
-
Method Details
-
accept
-