Interface Node

All Superinterfaces:
Renderable
All Known Implementing Classes:
ASTAddNode, ASTAndNode, ASTAssignment, ASTBinaryOperator, ASTBlock, ASTComment, ASTComparisonNode, ASTDirective, ASTDirectiveAssign, ASTDivNode, ASTElseIfStatement, ASTElseStatement, ASTEQNode, ASTEscape, ASTEscapedDirective, ASTExpression, ASTFalse, ASTFloatingPointLiteral, ASTGENode, ASTGTNode, ASTIdentifier, ASTIfStatement, ASTIncludeStatement, ASTIndex, ASTIntegerLiteral, ASTIntegerRange, ASTLENode, ASTLogicalOperator, ASTLTNode, ASTMap, ASTMathNode, ASTMethod, ASTModNode, ASTMulNode, ASTNegateNode, ASTNENode, ASTNotNode, ASTObjectArray, ASTOrNode, ASTParameters, ASTprocess, ASTReference, ASTSetDirective, ASTStringLiteral, ASTSubtractNode, ASTText, ASTTextblock, ASTTrue, ASTVariable, ASTWord, SimpleNode

public interface Node extends Renderable
This file describes the interface between the Velocity code and the JavaCC generated code.
Version:
$Id$
Author:
Henning P. Schmiedehausen