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

ASTIdentifier.java * Method support for identifiers : $foo * mainly used by ASTRefrence * Introspection is now moved to 'just in time' or at render / execution time. There are many reasons why this has to be done, but the primary two are thread safety, to remove any context-derived information from class member variables. *
Наследование: NVelocity.Runtime.Parser.Node.SimpleNode
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
uberInfo Info

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

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

Accept the visitor.

Execute ( Object o, IInternalContextAdapter context ) : Object

invokes the method on the object passed in

Init ( IInternalContextAdapter context, Object data ) : Object

simple init - don't do anything that is context specific. just get what we need from the AST, which is static.

Приватные методы

Метод Описание
EscapeDoubleQuote ( string content ) : string
EscapeSingleQuote ( string content ) : string

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

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

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

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

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

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

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

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

invokes the method on the object passed in
public Execute ( Object o, IInternalContextAdapter context ) : Object
o Object
context IInternalContextAdapter
Результат Object

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

simple init - don't do anything that is context specific. just get what we need from the AST, which is static.
public Init ( IInternalContextAdapter context, Object data ) : Object
context IInternalContextAdapter
data Object
Результат Object

Описание свойств

uberInfo защищенное свойство

protected Info uberInfo
Результат Info