C# Class NVelocity.Runtime.Parser.Node.ASTIntegerRange

Inheritance: NVelocity.Runtime.Parser.Node.SimpleNode
Show file Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
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

Method Details

ASTIntegerRange() public method

public ASTIntegerRange ( Parser p, int id ) : System
p Parser
id int
return System

ASTIntegerRange() public method

public ASTIntegerRange ( int id ) : System
id int
return System

Accept() public method

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

Value() public method

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
return Object