Package com.inrupt.client.parser
Class WacAllowBaseListener
java.lang.Object
com.inrupt.client.parser.WacAllowBaseListener
- All Implemented Interfaces:
WacAllowListener,ParseTreeListener
This class provides an empty implementation of
WacAllowListener,
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 TypeMethodDescriptionvoidvoidEnter a parse tree produced byWacAllowParser.wacAllow().voidvoidExit a parse tree produced byWacAllowParser.wacAllow().voidvisitErrorNode(ErrorNode node) voidvisitTerminal(TerminalNode node)
-
Constructor Details
-
WacAllowBaseListener
public WacAllowBaseListener()
-
-
Method Details
-
enterWacAllow
Enter a parse tree produced byWacAllowParser.wacAllow().The default implementation does nothing.
- Specified by:
enterWacAllowin interfaceWacAllowListener- Parameters:
ctx- the parse tree
-
exitWacAllow
Exit a parse tree produced byWacAllowParser.wacAllow().The default implementation does nothing.
- Specified by:
exitWacAllowin interfaceWacAllowListener- Parameters:
ctx- the parse tree
-
enterEveryRule
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceParseTreeListener
-
exitEveryRule
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceParseTreeListener
-
visitTerminal
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceParseTreeListener
-
visitErrorNode
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceParseTreeListener
-