Class ACLBaseListener
- All Implemented Interfaces:
ACLListener, org.antlr.v4.runtime.tree.ParseTreeListener
ACLListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byACLParser.acl().voidEnter a parse tree produced byACLParser.aclPart().voidEnter a parse tree produced byACLParser.aclRule().voidEnter a parse tree produced byACLParser.and().voidEnter a parse tree produced byACLParser.argument().voidEnter a parse tree produced byACLParser.authority().voidEnter a parse tree produced byACLParser.condition().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byACLParser.factor().voidEnter a parse tree produced byACLParser.include().voidEnter a parse tree produced byACLParser.literal().voidEnter a parse tree produced byACLParser.not().voidEnter a parse tree produced byACLParser.or().voidEnter a parse tree produced byACLParser.paren().voidEnter a parse tree produced byACLParser.path().voidEnter a parse tree produced byACLParser.permission().voidEnter a parse tree produced byACLParser.permissionString().voidEnter a parse tree produced byACLParser.ruleCondition().voidEnter a parse tree produced byACLParser.section().voidEnter a parse tree produced byACLParser.selector().voidEnter a parse tree produced byACLParser.subject().voidEnter a parse tree produced byACLParser.subquery().voidExit a parse tree produced byACLParser.acl().voidExit a parse tree produced byACLParser.aclPart().voidExit a parse tree produced byACLParser.aclRule().voidExit a parse tree produced byACLParser.and().voidExit a parse tree produced byACLParser.argument().voidExit a parse tree produced byACLParser.authority().voidExit a parse tree produced byACLParser.condition().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byACLParser.factor().voidExit a parse tree produced byACLParser.include().voidExit a parse tree produced byACLParser.literal().voidExit a parse tree produced byACLParser.not().voidExit a parse tree produced byACLParser.or().voidExit a parse tree produced byACLParser.paren().voidExit a parse tree produced byACLParser.path().voidExit a parse tree produced byACLParser.permission().voidExit a parse tree produced byACLParser.permissionString().voidExit a parse tree produced byACLParser.ruleCondition().voidExit a parse tree produced byACLParser.section().voidExit a parse tree produced byACLParser.selector().voidExit a parse tree produced byACLParser.subject().voidExit a parse tree produced byACLParser.subquery().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
ACLBaseListener
public ACLBaseListener()
-
-
Method Details
-
enterAcl
Enter a parse tree produced byACLParser.acl().The default implementation does nothing.
- Specified by:
enterAclin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitAcl
Exit a parse tree produced byACLParser.acl().The default implementation does nothing.
- Specified by:
exitAclin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterPermissionString
Enter a parse tree produced byACLParser.permissionString().The default implementation does nothing.
- Specified by:
enterPermissionStringin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitPermissionString
Exit a parse tree produced byACLParser.permissionString().The default implementation does nothing.
- Specified by:
exitPermissionStringin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterAclPart
Enter a parse tree produced byACLParser.aclPart().The default implementation does nothing.
- Specified by:
enterAclPartin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitAclPart
Exit a parse tree produced byACLParser.aclPart().The default implementation does nothing.
- Specified by:
exitAclPartin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterSection
Enter a parse tree produced byACLParser.section().The default implementation does nothing.
- Specified by:
enterSectionin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitSection
Exit a parse tree produced byACLParser.section().The default implementation does nothing.
- Specified by:
exitSectionin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterSelector
Enter a parse tree produced byACLParser.selector().The default implementation does nothing.
- Specified by:
enterSelectorin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitSelector
Exit a parse tree produced byACLParser.selector().The default implementation does nothing.
- Specified by:
exitSelectorin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterInclude
Enter a parse tree produced byACLParser.include().The default implementation does nothing.
- Specified by:
enterIncludein interfaceACLListener- Parameters:
ctx- the parse tree
-
exitInclude
Exit a parse tree produced byACLParser.include().The default implementation does nothing.
- Specified by:
exitIncludein interfaceACLListener- Parameters:
ctx- the parse tree
-
enterAclRule
Enter a parse tree produced byACLParser.aclRule().The default implementation does nothing.
- Specified by:
enterAclRulein interfaceACLListener- Parameters:
ctx- the parse tree
-
exitAclRule
Exit a parse tree produced byACLParser.aclRule().The default implementation does nothing.
- Specified by:
exitAclRulein interfaceACLListener- Parameters:
ctx- the parse tree
-
enterPermission
Enter a parse tree produced byACLParser.permission().The default implementation does nothing.
- Specified by:
enterPermissionin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitPermission
Exit a parse tree produced byACLParser.permission().The default implementation does nothing.
- Specified by:
exitPermissionin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterSubject
Enter a parse tree produced byACLParser.subject().The default implementation does nothing.
- Specified by:
enterSubjectin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitSubject
Exit a parse tree produced byACLParser.subject().The default implementation does nothing.
- Specified by:
exitSubjectin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterAuthority
Enter a parse tree produced byACLParser.authority().The default implementation does nothing.
- Specified by:
enterAuthorityin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitAuthority
Exit a parse tree produced byACLParser.authority().The default implementation does nothing.
- Specified by:
exitAuthorityin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byACLParser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byACLParser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterRuleCondition
Enter a parse tree produced byACLParser.ruleCondition().The default implementation does nothing.
- Specified by:
enterRuleConditionin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitRuleCondition
Exit a parse tree produced byACLParser.ruleCondition().The default implementation does nothing.
- Specified by:
exitRuleConditionin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterOr
Enter a parse tree produced byACLParser.or().The default implementation does nothing.
- Specified by:
enterOrin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitOr
Exit a parse tree produced byACLParser.or().The default implementation does nothing.
- Specified by:
exitOrin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterAnd
Enter a parse tree produced byACLParser.and().The default implementation does nothing.
- Specified by:
enterAndin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitAnd
Exit a parse tree produced byACLParser.and().The default implementation does nothing.
- Specified by:
exitAndin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterNot
Enter a parse tree produced byACLParser.not().The default implementation does nothing.
- Specified by:
enterNotin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitNot
Exit a parse tree produced byACLParser.not().The default implementation does nothing.
- Specified by:
exitNotin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterParen
Enter a parse tree produced byACLParser.paren().The default implementation does nothing.
- Specified by:
enterParenin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitParen
Exit a parse tree produced byACLParser.paren().The default implementation does nothing.
- Specified by:
exitParenin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterCondition
Enter a parse tree produced byACLParser.condition().The default implementation does nothing.
- Specified by:
enterConditionin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitCondition
Exit a parse tree produced byACLParser.condition().The default implementation does nothing.
- Specified by:
exitConditionin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byACLParser.factor().The default implementation does nothing.
- Specified by:
enterFactorin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byACLParser.factor().The default implementation does nothing.
- Specified by:
exitFactorin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterPath
Enter a parse tree produced byACLParser.path().The default implementation does nothing.
- Specified by:
enterPathin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitPath
Exit a parse tree produced byACLParser.path().The default implementation does nothing.
- Specified by:
exitPathin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterSubquery
Enter a parse tree produced byACLParser.subquery().The default implementation does nothing.
- Specified by:
enterSubqueryin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitSubquery
Exit a parse tree produced byACLParser.subquery().The default implementation does nothing.
- Specified by:
exitSubqueryin interfaceACLListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byACLParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceACLListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byACLParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceACLListener- 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
-