Uses of Class
org.apache.velocity.runtime.parser.node.ASTIndex
-
Packages that use ASTIndex Package Description org.apache.velocity.runtime.parser.node org.apache.velocity.runtime.visitor -
-
Uses of ASTIndex in org.apache.velocity.runtime.parser.node
Fields in org.apache.velocity.runtime.parser.node declared as ASTIndex Modifier and Type Field Description private ASTIndex
ASTReference. astIndex
non null Indicates if we are setting an index reference e.g, $foo[2], which basically means that the last syntax of the reference are brackets.Methods in org.apache.velocity.runtime.parser.node with parameters of type ASTIndex Modifier and Type Method Description java.lang.Object
IndentationFixer. visit(ASTIndex node, java.lang.Object data)
java.lang.Object
ParserVisitor. visit(ASTIndex node, java.lang.Object data)
java.lang.Object
StandardParserDefaultVisitor. visit(ASTIndex node, java.lang.Object data)
-
Uses of ASTIndex in org.apache.velocity.runtime.visitor
Methods in org.apache.velocity.runtime.visitor with parameters of type ASTIndex Modifier and Type Method Description java.lang.Object
BaseVisitor. visit(ASTIndex node, java.lang.Object data)
-