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

Handles integer division of nodes * Please look at the Parser.jjt file which is what controls the generation of this class. *
Inheritance: NVelocity.Runtime.Parser.Node.SimpleNode
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode Description
ASTDivNode ( Parser p, int id ) : System
ASTDivNode ( int id ) : System
Accept ( IParserVisitor visitor, Object data ) : Object

Accept the visitor.

Value ( IInternalContextAdapter context ) : Object

Computes the result of the division. Currently limited to Integers.

Method Details

ASTDivNode() public méthode

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

ASTDivNode() public méthode

public ASTDivNode ( 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

Computes the result of the division. Currently limited to Integers.
public Value ( IInternalContextAdapter context ) : Object
context IInternalContextAdapter
Résultat Object