Package | Description |
---|---|
org.apache.velocity.runtime.parser.node | |
org.apache.velocity.runtime.visitor |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
BaseVisitor.visit(ASTIndex node,
java.lang.Object data) |