Class SimpleNode

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
All Implemented Interfaces:
Cloneable, Node, Renderable
Direct Known Subclasses:
ASTAssignment, ASTBinaryOperator, ASTBlock, ASTComment, ASTDirective, ASTDirectiveAssign, ASTElseIfStatement, ASTElseStatement, ASTEscape, ASTEscapedDirective, ASTExpression, ASTFalse, ASTFloatingPointLiteral, ASTIdentifier, ASTIfStatement, ASTIncludeStatement, ASTIndex, ASTIntegerLiteral, ASTIntegerRange, ASTMap, ASTMethod, ASTNegateNode, ASTNotNode, ASTObjectArray, ASTParameters, ASTprocess, ASTReference, ASTSetDirective, ASTStringLiteral, ASTText, ASTTextblock, ASTTrue, ASTVariable, ASTWord

public class SimpleNode extends Object implements Node, Cloneable