public class FieldsGrammarBaseListener extends java.lang.Object implements FieldsGrammarListener
FieldsGrammarListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
FieldsGrammarBaseListener() |
public void enterMainQ(FieldsGrammarParser.MainQContext ctx)
FieldsGrammarParser.mainQ().
The default implementation does nothing.
enterMainQ in interface FieldsGrammarListenerctx - the parse treepublic void exitMainQ(FieldsGrammarParser.MainQContext ctx)
FieldsGrammarParser.mainQ().
The default implementation does nothing.
exitMainQ in interface FieldsGrammarListenerctx - the parse treepublic void enterClause(FieldsGrammarParser.ClauseContext ctx)
FieldsGrammarParser.clause().
The default implementation does nothing.
enterClause in interface FieldsGrammarListenerctx - the parse treepublic void exitClause(FieldsGrammarParser.ClauseContext ctx)
FieldsGrammarParser.clause().
The default implementation does nothing.
exitClause in interface FieldsGrammarListenerctx - the parse treepublic void enterClauseGroup(FieldsGrammarParser.ClauseGroupContext ctx)
FieldsGrammarParser.clauseGroup().
The default implementation does nothing.
enterClauseGroup in interface FieldsGrammarListenerctx - the parse treepublic void exitClauseGroup(FieldsGrammarParser.ClauseGroupContext ctx)
FieldsGrammarParser.clauseGroup().
The default implementation does nothing.
exitClauseGroup in interface FieldsGrammarListenerctx - the parse treepublic void enterAlias(FieldsGrammarParser.AliasContext ctx)
FieldsGrammarParser.alias().
The default implementation does nothing.
enterAlias in interface FieldsGrammarListenerctx - the parse treepublic void exitAlias(FieldsGrammarParser.AliasContext ctx)
FieldsGrammarParser.alias().
The default implementation does nothing.
exitAlias in interface FieldsGrammarListenerctx - the parse treepublic void enterVariable(FieldsGrammarParser.VariableContext ctx)
FieldsGrammarParser.variable().
The default implementation does nothing.
enterVariable in interface FieldsGrammarListenerctx - the parse treepublic void exitVariable(FieldsGrammarParser.VariableContext ctx)
FieldsGrammarParser.variable().
The default implementation does nothing.
exitVariable in interface FieldsGrammarListenerctx - the parse treepublic void enterVariableTerm(FieldsGrammarParser.VariableTermContext ctx)
FieldsGrammarParser.variableTerm().
The default implementation does nothing.
enterVariableTerm in interface FieldsGrammarListenerctx - the parse treepublic void exitVariableTerm(FieldsGrammarParser.VariableTermContext ctx)
FieldsGrammarParser.variableTerm().
The default implementation does nothing.
exitVariableTerm in interface FieldsGrammarListenerctx - the parse treepublic void enterVariableDeclarator(FieldsGrammarParser.VariableDeclaratorContext ctx)
FieldsGrammarParser.variableDeclarator().
The default implementation does nothing.
enterVariableDeclarator in interface FieldsGrammarListenerctx - the parse treepublic void exitVariableDeclarator(FieldsGrammarParser.VariableDeclaratorContext ctx)
FieldsGrammarParser.variableDeclarator().
The default implementation does nothing.
exitVariableDeclarator in interface FieldsGrammarListenerctx - the parse treepublic void enterVariableDeclaratorPath(FieldsGrammarParser.VariableDeclaratorPathContext ctx)
FieldsGrammarParser.variableDeclaratorPath().
The default implementation does nothing.
enterVariableDeclaratorPath in interface FieldsGrammarListenerctx - the parse treepublic void exitVariableDeclaratorPath(FieldsGrammarParser.VariableDeclaratorPathContext ctx)
FieldsGrammarParser.variableDeclaratorPath().
The default implementation does nothing.
exitVariableDeclaratorPath in interface FieldsGrammarListenerctx - the parse treepublic void enterExpr(FieldsGrammarParser.ExprContext ctx)
FieldsGrammarParser.expr().
The default implementation does nothing.
enterExpr in interface FieldsGrammarListenerctx - the parse treepublic void exitExpr(FieldsGrammarParser.ExprContext ctx)
FieldsGrammarParser.expr().
The default implementation does nothing.
exitExpr in interface FieldsGrammarListenerctx - the parse treepublic void enterSep(FieldsGrammarParser.SepContext ctx)
FieldsGrammarParser.sep().
The default implementation does nothing.
enterSep in interface FieldsGrammarListenerctx - the parse treepublic void exitSep(FieldsGrammarParser.SepContext ctx)
FieldsGrammarParser.sep().
The default implementation does nothing.
exitSep in interface FieldsGrammarListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener