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

상속: NVelocity.Runtime.Parser.Node.SimpleNode
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 메소드들

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

Accept the visitor.

Value ( IInternalContextAdapter context ) : Object

does the real work. Creates an Vector of Integers with the right value range

메소드 상세

ASTIntegerRange() 공개 메소드

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

ASTIntegerRange() 공개 메소드

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

Accept() 공개 메소드

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

Value() 공개 메소드

does the real work. Creates an Vector of Integers with the right value range
public Value ( IInternalContextAdapter context ) : Object
context IInternalContextAdapter app context used if Left or Right of .. is a ref
리턴 Object