Class ExpressionBaseListener
- java.lang.Object
-
- com.yahoo.elide.generated.parsers.ExpressionBaseListener
-
- All Implemented Interfaces:
ExpressionListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class ExpressionBaseListener extends Object implements ExpressionListener
This class provides an empty implementation ofExpressionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description ExpressionBaseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterAND(ExpressionParser.ANDContext ctx)Enter a parse tree produced by theANDlabeled alternative inExpressionParser.expression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidenterNOT(ExpressionParser.NOTContext ctx)Enter a parse tree produced by theNOTlabeled alternative inExpressionParser.expression().voidenterOR(ExpressionParser.ORContext ctx)Enter a parse tree produced by theORlabeled alternative inExpressionParser.expression().voidenterPAREN(ExpressionParser.PARENContext ctx)Enter a parse tree produced by thePARENlabeled alternative inExpressionParser.expression().voidenterPERMISSION(ExpressionParser.PERMISSIONContext ctx)Enter a parse tree produced by thePERMISSIONlabeled alternative inExpressionParser.expression().voidenterPermissionClass(ExpressionParser.PermissionClassContext ctx)Enter a parse tree produced byExpressionParser.permissionClass().voidenterStart(ExpressionParser.StartContext ctx)Enter a parse tree produced byExpressionParser.start().voidexitAND(ExpressionParser.ANDContext ctx)Exit a parse tree produced by theANDlabeled alternative inExpressionParser.expression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitNOT(ExpressionParser.NOTContext ctx)Exit a parse tree produced by theNOTlabeled alternative inExpressionParser.expression().voidexitOR(ExpressionParser.ORContext ctx)Exit a parse tree produced by theORlabeled alternative inExpressionParser.expression().voidexitPAREN(ExpressionParser.PARENContext ctx)Exit a parse tree produced by thePARENlabeled alternative inExpressionParser.expression().voidexitPERMISSION(ExpressionParser.PERMISSIONContext ctx)Exit a parse tree produced by thePERMISSIONlabeled alternative inExpressionParser.expression().voidexitPermissionClass(ExpressionParser.PermissionClassContext ctx)Exit a parse tree produced byExpressionParser.permissionClass().voidexitStart(ExpressionParser.StartContext ctx)Exit a parse tree produced byExpressionParser.start().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
-
-
Method Detail
-
enterStart
public void enterStart(ExpressionParser.StartContext ctx)
Enter a parse tree produced byExpressionParser.start().The default implementation does nothing.
- Specified by:
enterStartin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
exitStart
public void exitStart(ExpressionParser.StartContext ctx)
Exit a parse tree produced byExpressionParser.start().The default implementation does nothing.
- Specified by:
exitStartin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
enterPERMISSION
public void enterPERMISSION(ExpressionParser.PERMISSIONContext ctx)
Enter a parse tree produced by thePERMISSIONlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
enterPERMISSIONin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
exitPERMISSION
public void exitPERMISSION(ExpressionParser.PERMISSIONContext ctx)
Exit a parse tree produced by thePERMISSIONlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
exitPERMISSIONin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
enterNOT
public void enterNOT(ExpressionParser.NOTContext ctx)
Enter a parse tree produced by theNOTlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
enterNOTin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
exitNOT
public void exitNOT(ExpressionParser.NOTContext ctx)
Exit a parse tree produced by theNOTlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
exitNOTin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
enterOR
public void enterOR(ExpressionParser.ORContext ctx)
Enter a parse tree produced by theORlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
enterORin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
exitOR
public void exitOR(ExpressionParser.ORContext ctx)
Exit a parse tree produced by theORlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
exitORin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
enterAND
public void enterAND(ExpressionParser.ANDContext ctx)
Enter a parse tree produced by theANDlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
enterANDin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
exitAND
public void exitAND(ExpressionParser.ANDContext ctx)
Exit a parse tree produced by theANDlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
exitANDin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
enterPAREN
public void enterPAREN(ExpressionParser.PARENContext ctx)
Enter a parse tree produced by thePARENlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
enterPARENin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
exitPAREN
public void exitPAREN(ExpressionParser.PARENContext ctx)
Exit a parse tree produced by thePARENlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Specified by:
exitPARENin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
enterPermissionClass
public void enterPermissionClass(ExpressionParser.PermissionClassContext ctx)
Enter a parse tree produced byExpressionParser.permissionClass().The default implementation does nothing.
- Specified by:
enterPermissionClassin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
exitPermissionClass
public void exitPermissionClass(ExpressionParser.PermissionClassContext ctx)
Exit a parse tree produced byExpressionParser.permissionClass().The default implementation does nothing.
- Specified by:
exitPermissionClassin interfaceExpressionListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-