Interface INode
- All Known Implementing Classes:
AspectProxyInstr, AssertThrowsInstr, BasicBlockInstr, BranchInstr, CallInstr, CastInstr, ControlFlowChainInstr, CoverageFinalizeInstr, CoverageProbeInstr, CoverageRegisterInstr, DictLiteralInstr, DispatchTableInstr, EnumIteratorImplInstr, Field, ForRangePolymorphicInstr, IRConstruct, IRInstr, LabelInstr, ListLiteralInstr, LiteralInstr, LogicalOperationInstr, MemoryInstr, OperationInstr, PrimitiveLiteralInstr, ProfilingEntryInstr, ProfilingExitInstr, ProgramEntryPointInstr, SanitizeInstr, ScopeInstr, StringInterpolationInstr, ThrowInstr
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
-