public class GremlinBaseListener extends Object implements GremlinListener
GremlinListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GremlinBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterCall(GremlinParser.CallContext ctx)
Enter a parse tree produced by
GremlinParser.call(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterIdExpr(GremlinParser.IdExprContext ctx)
Enter a parse tree produced by the
idExpr
labeled alternative in GremlinParser.expr(). |
void |
enterIds(GremlinParser.IdsContext ctx)
Enter a parse tree produced by
GremlinParser.ids(). |
void |
enterList(GremlinParser.ListContext ctx)
Enter a parse tree produced by
GremlinParser.list(). |
void |
enterListExpr(GremlinParser.ListExprContext ctx)
Enter a parse tree produced by the
listExpr
labeled alternative in GremlinParser.expr(). |
void |
enterMapEntry(GremlinParser.MapEntryContext ctx)
Enter a parse tree produced by
GremlinParser.mapEntry(). |
void |
enterMapExpr(GremlinParser.MapExprContext ctx)
Enter a parse tree produced by the
mapExpr
labeled alternative in GremlinParser.expr(). |
void |
enterMethodExpr(GremlinParser.MethodExprContext ctx)
Enter a parse tree produced by the
methodExpr
labeled alternative in GremlinParser.expr(). |
void |
enterNegExpr(GremlinParser.NegExprContext ctx)
Enter a parse tree produced by the
negExpr
labeled alternative in GremlinParser.expr(). |
void |
enterSquigglyExpr(GremlinParser.SquigglyExprContext ctx)
Enter a parse tree produced by the
squigglyExpr
labeled alternative in GremlinParser.expr(). |
void |
enterStep(GremlinParser.StepContext ctx)
Enter a parse tree produced by
GremlinParser.step(). |
void |
enterStepExpr(GremlinParser.StepExprContext ctx)
Enter a parse tree produced by the
stepExpr
labeled alternative in GremlinParser.expr(). |
void |
enterTraversal(GremlinParser.TraversalContext ctx)
Enter a parse tree produced by
GremlinParser.traversal(). |
void |
exitCall(GremlinParser.CallContext ctx)
Exit a parse tree produced by
GremlinParser.call(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitIdExpr(GremlinParser.IdExprContext ctx)
Exit a parse tree produced by the
idExpr
labeled alternative in GremlinParser.expr(). |
void |
exitIds(GremlinParser.IdsContext ctx)
Exit a parse tree produced by
GremlinParser.ids(). |
void |
exitList(GremlinParser.ListContext ctx)
Exit a parse tree produced by
GremlinParser.list(). |
void |
exitListExpr(GremlinParser.ListExprContext ctx)
Exit a parse tree produced by the
listExpr
labeled alternative in GremlinParser.expr(). |
void |
exitMapEntry(GremlinParser.MapEntryContext ctx)
Exit a parse tree produced by
GremlinParser.mapEntry(). |
void |
exitMapExpr(GremlinParser.MapExprContext ctx)
Exit a parse tree produced by the
mapExpr
labeled alternative in GremlinParser.expr(). |
void |
exitMethodExpr(GremlinParser.MethodExprContext ctx)
Exit a parse tree produced by the
methodExpr
labeled alternative in GremlinParser.expr(). |
void |
exitNegExpr(GremlinParser.NegExprContext ctx)
Exit a parse tree produced by the
negExpr
labeled alternative in GremlinParser.expr(). |
void |
exitSquigglyExpr(GremlinParser.SquigglyExprContext ctx)
Exit a parse tree produced by the
squigglyExpr
labeled alternative in GremlinParser.expr(). |
void |
exitStep(GremlinParser.StepContext ctx)
Exit a parse tree produced by
GremlinParser.step(). |
void |
exitStepExpr(GremlinParser.StepExprContext ctx)
Exit a parse tree produced by the
stepExpr
labeled alternative in GremlinParser.expr(). |
void |
exitTraversal(GremlinParser.TraversalContext ctx)
Exit a parse tree produced by
GremlinParser.traversal(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterTraversal(GremlinParser.TraversalContext ctx)
GremlinParser.traversal().
The default implementation does nothing.
enterTraversal in interface GremlinListenerctx - the parse treepublic void exitTraversal(GremlinParser.TraversalContext ctx)
GremlinParser.traversal().
The default implementation does nothing.
exitTraversal in interface GremlinListenerctx - the parse treepublic void enterIdExpr(GremlinParser.IdExprContext ctx)
idExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
enterIdExpr in interface GremlinListenerctx - the parse treepublic void exitIdExpr(GremlinParser.IdExprContext ctx)
idExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
exitIdExpr in interface GremlinListenerctx - the parse treepublic void enterListExpr(GremlinParser.ListExprContext ctx)
listExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
enterListExpr in interface GremlinListenerctx - the parse treepublic void exitListExpr(GremlinParser.ListExprContext ctx)
listExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
exitListExpr in interface GremlinListenerctx - the parse treepublic void enterStepExpr(GremlinParser.StepExprContext ctx)
stepExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
enterStepExpr in interface GremlinListenerctx - the parse treepublic void exitStepExpr(GremlinParser.StepExprContext ctx)
stepExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
exitStepExpr in interface GremlinListenerctx - the parse treepublic void enterMethodExpr(GremlinParser.MethodExprContext ctx)
methodExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
enterMethodExpr in interface GremlinListenerctx - the parse treepublic void exitMethodExpr(GremlinParser.MethodExprContext ctx)
methodExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
exitMethodExpr in interface GremlinListenerctx - the parse treepublic void enterNegExpr(GremlinParser.NegExprContext ctx)
negExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
enterNegExpr in interface GremlinListenerctx - the parse treepublic void exitNegExpr(GremlinParser.NegExprContext ctx)
negExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
exitNegExpr in interface GremlinListenerctx - the parse treepublic void enterSquigglyExpr(GremlinParser.SquigglyExprContext ctx)
squigglyExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
enterSquigglyExpr in interface GremlinListenerctx - the parse treepublic void exitSquigglyExpr(GremlinParser.SquigglyExprContext ctx)
squigglyExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
exitSquigglyExpr in interface GremlinListenerctx - the parse treepublic void enterMapExpr(GremlinParser.MapExprContext ctx)
mapExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
enterMapExpr in interface GremlinListenerctx - the parse treepublic void exitMapExpr(GremlinParser.MapExprContext ctx)
mapExpr
labeled alternative in GremlinParser.expr().
The default implementation does nothing.
exitMapExpr in interface GremlinListenerctx - the parse treepublic void enterMapEntry(GremlinParser.MapEntryContext ctx)
GremlinParser.mapEntry().
The default implementation does nothing.
enterMapEntry in interface GremlinListenerctx - the parse treepublic void exitMapEntry(GremlinParser.MapEntryContext ctx)
GremlinParser.mapEntry().
The default implementation does nothing.
exitMapEntry in interface GremlinListenerctx - the parse treepublic void enterStep(GremlinParser.StepContext ctx)
GremlinParser.step().
The default implementation does nothing.
enterStep in interface GremlinListenerctx - the parse treepublic void exitStep(GremlinParser.StepContext ctx)
GremlinParser.step().
The default implementation does nothing.
exitStep in interface GremlinListenerctx - the parse treepublic void enterCall(GremlinParser.CallContext ctx)
GremlinParser.call().
The default implementation does nothing.
enterCall in interface GremlinListenerctx - the parse treepublic void exitCall(GremlinParser.CallContext ctx)
GremlinParser.call().
The default implementation does nothing.
exitCall in interface GremlinListenerctx - the parse treepublic void enterList(GremlinParser.ListContext ctx)
GremlinParser.list().
The default implementation does nothing.
enterList in interface GremlinListenerctx - the parse treepublic void exitList(GremlinParser.ListContext ctx)
GremlinParser.list().
The default implementation does nothing.
exitList in interface GremlinListenerctx - the parse treepublic void enterIds(GremlinParser.IdsContext ctx)
GremlinParser.ids().
The default implementation does nothing.
enterIds in interface GremlinListenerctx - the parse treepublic void exitIds(GremlinParser.IdsContext ctx)
GremlinParser.ids().
The default implementation does nothing.
exitIds in interface GremlinListenerctx - 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.ParseTreeListenerCopyright © 2017 Grakn Labs Ltd. All rights reserved.