C# 클래스 NVelocity.Runtime.Parser.Node.ASTSetDirective

Node for the #set directive
상속: NVelocity.Runtime.Parser.Node.SimpleNode
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ASTSetDirective ( Parser p, int id ) : System
ASTSetDirective ( int id ) : System
Accept ( IParserVisitor visitor, Object data ) : Object

Accept the visitor. *

Init ( IInternalContextAdapter context, Object data ) : Object

simple init. We can get the RHS and LHS as the the tree structure is static

Render ( IInternalContextAdapter context, TextWriter writer ) : bool

puts the value of the RHS into the context under the key of the LHS

메소드 상세

ASTSetDirective() 공개 메소드

public ASTSetDirective ( Parser p, int id ) : System
p Parser
id int
리턴 System

ASTSetDirective() 공개 메소드

public ASTSetDirective ( int id ) : System
id int
리턴 System

Accept() 공개 메소드

Accept the visitor. *
public Accept ( IParserVisitor visitor, Object data ) : Object
visitor IParserVisitor
data Object
리턴 Object

Init() 공개 메소드

simple init. We can get the RHS and LHS as the the tree structure is static
public Init ( IInternalContextAdapter context, Object data ) : Object
context IInternalContextAdapter
data Object
리턴 Object

Render() 공개 메소드

puts the value of the RHS into the context under the key of the LHS
public Render ( IInternalContextAdapter context, TextWriter writer ) : bool
context IInternalContextAdapter
writer System.IO.TextWriter
리턴 bool