Uses of Class
org.apache.velocity.runtime.parser.node.ASTExpression
Packages that use ASTExpression
-
Uses of ASTExpression in org.apache.velocity.runtime.parser.node
Fields in org.apache.velocity.runtime.parser.node declared as ASTExpressionModifier and TypeFieldDescriptionprivate ASTExpression
ASTReference.astAlternateValue
non null Indicates that an alternate value has been providedMethods in org.apache.velocity.runtime.parser.node with parameters of type ASTExpressionModifier and TypeMethodDescriptionIndentationFixer.visit
(ASTExpression node, Object data) ParserVisitor.visit
(ASTExpression node, Object data) StandardParserDefaultVisitor.visit
(ASTExpression node, Object data) -
Uses of ASTExpression in org.apache.velocity.runtime.visitor
Methods in org.apache.velocity.runtime.visitor with parameters of type ASTExpressionModifier and TypeMethodDescriptionBaseVisitor.visit
(ASTExpression node, Object data) NodeViewMode.visit
(ASTExpression node, Object data)