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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byACLParser.acl()
.void
Enter a parse tree produced byACLParser.aclPart()
.void
Enter a parse tree produced byACLParser.aclRule()
.void
Enter a parse tree produced byACLParser.and()
.void
Enter a parse tree produced byACLParser.argument()
.void
Enter a parse tree produced byACLParser.authority()
.void
Enter a parse tree produced byACLParser.condition()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Enter a parse tree produced byACLParser.factor()
.void
Enter a parse tree produced byACLParser.include()
.void
Enter a parse tree produced byACLParser.literal()
.void
Enter a parse tree produced byACLParser.not()
.void
Enter a parse tree produced byACLParser.or()
.void
Enter a parse tree produced byACLParser.paren()
.void
Enter a parse tree produced byACLParser.path()
.void
Enter a parse tree produced byACLParser.permission()
.void
Enter a parse tree produced byACLParser.permissionString()
.void
Enter a parse tree produced byACLParser.ruleCondition()
.void
Enter a parse tree produced byACLParser.section()
.void
Enter a parse tree produced byACLParser.selector()
.void
Enter a parse tree produced byACLParser.subject()
.void
Enter a parse tree produced byACLParser.subquery()
.void
Exit a parse tree produced byACLParser.acl()
.void
Exit a parse tree produced byACLParser.aclPart()
.void
Exit a parse tree produced byACLParser.aclRule()
.void
Exit a parse tree produced byACLParser.and()
.void
Exit a parse tree produced byACLParser.argument()
.void
Exit a parse tree produced byACLParser.authority()
.void
Exit a parse tree produced byACLParser.condition()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Exit a parse tree produced byACLParser.factor()
.void
Exit a parse tree produced byACLParser.include()
.void
Exit a parse tree produced byACLParser.literal()
.void
Exit a parse tree produced byACLParser.not()
.void
Exit a parse tree produced byACLParser.or()
.void
Exit a parse tree produced byACLParser.paren()
.void
Exit a parse tree produced byACLParser.path()
.void
Exit a parse tree produced byACLParser.permission()
.void
Exit a parse tree produced byACLParser.permissionString()
.void
Exit a parse tree produced byACLParser.ruleCondition()
.void
Exit a parse tree produced byACLParser.section()
.void
Exit a parse tree produced byACLParser.selector()
.void
Exit a parse tree produced byACLParser.subject()
.void
Exit a parse tree produced byACLParser.subquery()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(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:
enterAcl
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitAcl
Exit a parse tree produced byACLParser.acl()
.The default implementation does nothing.
- Specified by:
exitAcl
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterPermissionString
Enter a parse tree produced byACLParser.permissionString()
.The default implementation does nothing.
- Specified by:
enterPermissionString
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitPermissionString
Exit a parse tree produced byACLParser.permissionString()
.The default implementation does nothing.
- Specified by:
exitPermissionString
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterAclPart
Enter a parse tree produced byACLParser.aclPart()
.The default implementation does nothing.
- Specified by:
enterAclPart
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitAclPart
Exit a parse tree produced byACLParser.aclPart()
.The default implementation does nothing.
- Specified by:
exitAclPart
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterSection
Enter a parse tree produced byACLParser.section()
.The default implementation does nothing.
- Specified by:
enterSection
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitSection
Exit a parse tree produced byACLParser.section()
.The default implementation does nothing.
- Specified by:
exitSection
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterSelector
Enter a parse tree produced byACLParser.selector()
.The default implementation does nothing.
- Specified by:
enterSelector
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitSelector
Exit a parse tree produced byACLParser.selector()
.The default implementation does nothing.
- Specified by:
exitSelector
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterInclude
Enter a parse tree produced byACLParser.include()
.The default implementation does nothing.
- Specified by:
enterInclude
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitInclude
Exit a parse tree produced byACLParser.include()
.The default implementation does nothing.
- Specified by:
exitInclude
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterAclRule
Enter a parse tree produced byACLParser.aclRule()
.The default implementation does nothing.
- Specified by:
enterAclRule
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitAclRule
Exit a parse tree produced byACLParser.aclRule()
.The default implementation does nothing.
- Specified by:
exitAclRule
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterPermission
Enter a parse tree produced byACLParser.permission()
.The default implementation does nothing.
- Specified by:
enterPermission
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitPermission
Exit a parse tree produced byACLParser.permission()
.The default implementation does nothing.
- Specified by:
exitPermission
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterSubject
Enter a parse tree produced byACLParser.subject()
.The default implementation does nothing.
- Specified by:
enterSubject
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitSubject
Exit a parse tree produced byACLParser.subject()
.The default implementation does nothing.
- Specified by:
exitSubject
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterAuthority
Enter a parse tree produced byACLParser.authority()
.The default implementation does nothing.
- Specified by:
enterAuthority
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitAuthority
Exit a parse tree produced byACLParser.authority()
.The default implementation does nothing.
- Specified by:
exitAuthority
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterArgument
Enter a parse tree produced byACLParser.argument()
.The default implementation does nothing.
- Specified by:
enterArgument
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitArgument
Exit a parse tree produced byACLParser.argument()
.The default implementation does nothing.
- Specified by:
exitArgument
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterRuleCondition
Enter a parse tree produced byACLParser.ruleCondition()
.The default implementation does nothing.
- Specified by:
enterRuleCondition
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitRuleCondition
Exit a parse tree produced byACLParser.ruleCondition()
.The default implementation does nothing.
- Specified by:
exitRuleCondition
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterOr
Enter a parse tree produced byACLParser.or()
.The default implementation does nothing.
- Specified by:
enterOr
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitOr
Exit a parse tree produced byACLParser.or()
.The default implementation does nothing.
- Specified by:
exitOr
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterAnd
Enter a parse tree produced byACLParser.and()
.The default implementation does nothing.
- Specified by:
enterAnd
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitAnd
Exit a parse tree produced byACLParser.and()
.The default implementation does nothing.
- Specified by:
exitAnd
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterNot
Enter a parse tree produced byACLParser.not()
.The default implementation does nothing.
- Specified by:
enterNot
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitNot
Exit a parse tree produced byACLParser.not()
.The default implementation does nothing.
- Specified by:
exitNot
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterParen
Enter a parse tree produced byACLParser.paren()
.The default implementation does nothing.
- Specified by:
enterParen
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitParen
Exit a parse tree produced byACLParser.paren()
.The default implementation does nothing.
- Specified by:
exitParen
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterCondition
Enter a parse tree produced byACLParser.condition()
.The default implementation does nothing.
- Specified by:
enterCondition
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitCondition
Exit a parse tree produced byACLParser.condition()
.The default implementation does nothing.
- Specified by:
exitCondition
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterFactor
Enter a parse tree produced byACLParser.factor()
.The default implementation does nothing.
- Specified by:
enterFactor
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitFactor
Exit a parse tree produced byACLParser.factor()
.The default implementation does nothing.
- Specified by:
exitFactor
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterPath
Enter a parse tree produced byACLParser.path()
.The default implementation does nothing.
- Specified by:
enterPath
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitPath
Exit a parse tree produced byACLParser.path()
.The default implementation does nothing.
- Specified by:
exitPath
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterSubquery
Enter a parse tree produced byACLParser.subquery()
.The default implementation does nothing.
- Specified by:
enterSubquery
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitSubquery
Exit a parse tree produced byACLParser.subquery()
.The default implementation does nothing.
- Specified by:
exitSubquery
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterLiteral
Enter a parse tree produced byACLParser.literal()
.The default implementation does nothing.
- Specified by:
enterLiteral
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
exitLiteral
Exit a parse tree produced byACLParser.literal()
.The default implementation does nothing.
- Specified by:
exitLiteral
in interfaceACLListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-