Interface INode
- All Known Implementing Classes:
Argument
,Assignment
,Block
,Call
,ChainedAccess
,Construct
,ConstructorCall
,Expression
,Instructions
,Literal
,Marker
,Operation
,Parameter
,Return
,Statement
,VariableDecl
,VariableRef
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
-