C# Класс NVelocity.Runtime.Parser.Node.ASTAddNode

Handles integer addition of nodes Please look at the Parser.jjt file which is what controls the generation of this class.
Наследование: NVelocity.Runtime.Parser.Node.SimpleNode
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ASTAddNode ( Parser p, int id ) : System
ASTAddNode ( int id ) : System
Accept ( IParserVisitor visitor, Object data ) : Object

Accept the visitor.

Value ( IInternalContextAdapter context ) : Object

Computes the sum of the two nodes. Currently only integer operations are supported.

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

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

public ASTAddNode ( Parser p, int id ) : System
p Parser
id int
Результат System

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

public ASTAddNode ( int id ) : System
id int
Результат System

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

Accept the visitor.
public Accept ( IParserVisitor visitor, Object data ) : Object
visitor IParserVisitor
data Object
Результат Object

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

Computes the sum of the two nodes. Currently only integer operations are supported.
public Value ( IInternalContextAdapter context ) : Object
context IInternalContextAdapter
Результат Object