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

Inheritance: NVelocity.Runtime.Parser.Node.SimpleNode
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ASTIntegerRange ( Parser p, int id ) : System
p Parser
id int
Résultat System

ASTIntegerRange() public méthode

public ASTIntegerRange ( int id ) : System
id int
Résultat System

Accept() public méthode

Accept the visitor.
public Accept ( IParserVisitor visitor, Object data ) : Object
visitor IParserVisitor
data Object
Résultat Object

Value() public méthode

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
Résultat Object