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 enterArguments(FieldsGrammarParser.ArgumentsContext ctx)
FieldsGrammarParser.arguments().
The default implementation does nothing.
enterArguments in interface FieldsGrammarListenerctx - the parse treepublic void exitArguments(FieldsGrammarParser.ArgumentsContext ctx)
FieldsGrammarParser.arguments().
The default implementation does nothing.
exitArguments in interface FieldsGrammarListenerctx - the parse treepublic void enterArgument(FieldsGrammarParser.ArgumentContext ctx)
FieldsGrammarParser.argument().
The default implementation does nothing.
enterArgument in interface FieldsGrammarListenerctx - the parse treepublic void exitArgument(FieldsGrammarParser.ArgumentContext ctx)
FieldsGrammarParser.argument().
The default implementation does nothing.
exitArgument in interface FieldsGrammarListenerctx - the parse treepublic void enterValue(FieldsGrammarParser.ValueContext ctx)
FieldsGrammarParser.value().
The default implementation does nothing.
enterValue in interface FieldsGrammarListenerctx - the parse treepublic void exitValue(FieldsGrammarParser.ValueContext ctx)
FieldsGrammarParser.value().
The default implementation does nothing.
exitValue in interface FieldsGrammarListenerctx - the parse treepublic void enterIntValue(FieldsGrammarParser.IntValueContext ctx)
FieldsGrammarParser.intValue().
The default implementation does nothing.
enterIntValue in interface FieldsGrammarListenerctx - the parse treepublic void exitIntValue(FieldsGrammarParser.IntValueContext ctx)
FieldsGrammarParser.intValue().
The default implementation does nothing.
exitIntValue in interface FieldsGrammarListenerctx - the parse treepublic void enterFloatValue(FieldsGrammarParser.FloatValueContext ctx)
FieldsGrammarParser.floatValue().
The default implementation does nothing.
enterFloatValue in interface FieldsGrammarListenerctx - the parse treepublic void exitFloatValue(FieldsGrammarParser.FloatValueContext ctx)
FieldsGrammarParser.floatValue().
The default implementation does nothing.
exitFloatValue in interface FieldsGrammarListenerctx - the parse treepublic void enterName(FieldsGrammarParser.NameContext ctx)
FieldsGrammarParser.name().
The default implementation does nothing.
enterName in interface FieldsGrammarListenerctx - the parse treepublic void exitName(FieldsGrammarParser.NameContext ctx)
FieldsGrammarParser.name().
The default implementation does nothing.
exitName in interface FieldsGrammarListenerctx - the parse treepublic void enterBooleanValue(FieldsGrammarParser.BooleanValueContext ctx)
FieldsGrammarParser.booleanValue().
The default implementation does nothing.
enterBooleanValue in interface FieldsGrammarListenerctx - the parse treepublic void exitBooleanValue(FieldsGrammarParser.BooleanValueContext ctx)
FieldsGrammarParser.booleanValue().
The default implementation does nothing.
exitBooleanValue in interface FieldsGrammarListenerctx - the parse treepublic void enterStringValue(FieldsGrammarParser.StringValueContext ctx)
FieldsGrammarParser.stringValue().
The default implementation does nothing.
enterStringValue in interface FieldsGrammarListenerctx - the parse treepublic void exitStringValue(FieldsGrammarParser.StringValueContext ctx)
FieldsGrammarParser.stringValue().
The default implementation does nothing.
exitStringValue in interface FieldsGrammarListenerctx - the parse treepublic void enterTermValue(FieldsGrammarParser.TermValueContext ctx)
FieldsGrammarParser.termValue().
The default implementation does nothing.
enterTermValue in interface FieldsGrammarListenerctx - the parse treepublic void exitTermValue(FieldsGrammarParser.TermValueContext ctx)
FieldsGrammarParser.termValue().
The default implementation does nothing.
exitTermValue in interface FieldsGrammarListenerctx - the parse treepublic void enterNullValue(FieldsGrammarParser.NullValueContext ctx)
FieldsGrammarParser.nullValue().
The default implementation does nothing.
enterNullValue in interface FieldsGrammarListenerctx - the parse treepublic void exitNullValue(FieldsGrammarParser.NullValueContext ctx)
FieldsGrammarParser.nullValue().
The default implementation does nothing.
exitNullValue in interface FieldsGrammarListenerctx - the parse treepublic void enterListValue(FieldsGrammarParser.ListValueContext ctx)
FieldsGrammarParser.listValue().
The default implementation does nothing.
enterListValue in interface FieldsGrammarListenerctx - the parse treepublic void exitListValue(FieldsGrammarParser.ListValueContext ctx)
FieldsGrammarParser.listValue().
The default implementation does nothing.
exitListValue in interface FieldsGrammarListenerctx - the parse treepublic void enterListItem(FieldsGrammarParser.ListItemContext ctx)
FieldsGrammarParser.listItem().
The default implementation does nothing.
enterListItem in interface FieldsGrammarListenerctx - the parse treepublic void exitListItem(FieldsGrammarParser.ListItemContext ctx)
FieldsGrammarParser.listItem().
The default implementation does nothing.
exitListItem in interface FieldsGrammarListenerctx - the parse treepublic void enterObjectValue(FieldsGrammarParser.ObjectValueContext ctx)
FieldsGrammarParser.objectValue().
The default implementation does nothing.
enterObjectValue in interface FieldsGrammarListenerctx - the parse treepublic void exitObjectValue(FieldsGrammarParser.ObjectValueContext ctx)
FieldsGrammarParser.objectValue().
The default implementation does nothing.
exitObjectValue in interface FieldsGrammarListenerctx - the parse treepublic void enterObjectField(FieldsGrammarParser.ObjectFieldContext ctx)
FieldsGrammarParser.objectField().
The default implementation does nothing.
enterObjectField in interface FieldsGrammarListenerctx - the parse treepublic void exitObjectField(FieldsGrammarParser.ObjectFieldContext ctx)
FieldsGrammarParser.objectField().
The default implementation does nothing.
exitObjectField in interface FieldsGrammarListenerctx - the parse treepublic void enterWs(FieldsGrammarParser.WsContext ctx)
FieldsGrammarParser.ws().
The default implementation does nothing.
enterWs in interface FieldsGrammarListenerctx - the parse treepublic void exitWs(FieldsGrammarParser.WsContext ctx)
FieldsGrammarParser.ws().
The default implementation does nothing.
exitWs 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