T
- The return type of the visit operation. Use Void
for
operations with no return type.public interface ExpressionVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
ExpressionParser
.T visitStart(ExpressionParser.StartContext ctx)
ExpressionParser.start()
.ctx
- the parse treeT visitPERMISSION(ExpressionParser.PERMISSIONContext ctx)
PERMISSION
labeled alternative in ExpressionParser.expression()
.ctx
- the parse treeT visitNOT(ExpressionParser.NOTContext ctx)
NOT
labeled alternative in ExpressionParser.expression()
.ctx
- the parse treeT visitOR(ExpressionParser.ORContext ctx)
OR
labeled alternative in ExpressionParser.expression()
.ctx
- the parse treeT visitAND(ExpressionParser.ANDContext ctx)
AND
labeled alternative in ExpressionParser.expression()
.ctx
- the parse treeT visitPAREN(ExpressionParser.PARENContext ctx)
PAREN
labeled alternative in ExpressionParser.expression()
.ctx
- the parse treeT visitPermissionClass(ExpressionParser.PermissionClassContext ctx)
ExpressionParser.permissionClass()
.ctx
- the parse treeCopyright © 2015–2021 Yahoo! Inc.. All rights reserved.