Interface INode
- All Known Implementing Classes:
BasicBlockInstr, BranchInstr, CallInstr, ControlFlowChainInstr, Field, IRConstruct, IRInstr, LabelInstr, LiteralInstr, LogicalOperationInstr, MemoryInstr, OperationInstr, ProgramEntryPointInstr, 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
-