C# Класс Veil.Parser.Nodes.BlockNode

A node that contains a sequence of other nodes
Наследование: SyntaxTreeNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( SyntaxTreeNode node ) : void

Adds a new node to the block

AddRange ( IEnumerable nodes ) : void

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

Описание методов

Add() публичный Метод

Adds a new node to the block
public Add ( SyntaxTreeNode node ) : void
node SyntaxTreeNode
Результат void

AddRange() публичный Метод

Adds a set of nodes to the block
public AddRange ( IEnumerable nodes ) : void
nodes IEnumerable
Результат void

IsEmpty() публичный Метод

Determines if there are any nodes in the block already
public IsEmpty ( ) : bool
Результат bool

LastNode() публичный Метод

Returns the last node in the block
public LastNode ( ) : SyntaxTreeNode
Результат SyntaxTreeNode