Method | Description | |
---|---|---|
Add ( SyntaxTreeNode node ) : void |
Adds a new node to the block
|
|
AddRange ( IEnumerable |
Adds a set of nodes to the block
|
|
IsEmpty ( ) : bool |
Determines if there are any nodes in the block already
|
|
LastNode ( ) : SyntaxTreeNode |
Returns the last node in the block
|