public class GDLBaseListener extends Object implements GDLListener
GDLListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GDLBaseListener() |
public void enterDatabase(GDLParser.DatabaseContext ctx)
GDLParser.database().
The default implementation does nothing.
enterDatabase in interface GDLListenerctx - the parse treepublic void exitDatabase(GDLParser.DatabaseContext ctx)
GDLParser.database().
The default implementation does nothing.
exitDatabase in interface GDLListenerctx - the parse treepublic void enterElementList(GDLParser.ElementListContext ctx)
GDLParser.elementList().
The default implementation does nothing.
enterElementList in interface GDLListenerctx - the parse treepublic void exitElementList(GDLParser.ElementListContext ctx)
GDLParser.elementList().
The default implementation does nothing.
exitElementList in interface GDLListenerctx - the parse treepublic void enterDefinition(GDLParser.DefinitionContext ctx)
GDLParser.definition().
The default implementation does nothing.
enterDefinition in interface GDLListenerctx - the parse treepublic void exitDefinition(GDLParser.DefinitionContext ctx)
GDLParser.definition().
The default implementation does nothing.
exitDefinition in interface GDLListenerctx - the parse treepublic void enterGraph(GDLParser.GraphContext ctx)
GDLParser.graph().
The default implementation does nothing.
enterGraph in interface GDLListenerctx - the parse treepublic void exitGraph(GDLParser.GraphContext ctx)
GDLParser.graph().
The default implementation does nothing.
exitGraph in interface GDLListenerctx - the parse treepublic void enterQuery(GDLParser.QueryContext ctx)
GDLParser.query().
The default implementation does nothing.
enterQuery in interface GDLListenerctx - the parse treepublic void exitQuery(GDLParser.QueryContext ctx)
GDLParser.query().
The default implementation does nothing.
exitQuery in interface GDLListenerctx - the parse treepublic void enterMatch(GDLParser.MatchContext ctx)
GDLParser.match().
The default implementation does nothing.
enterMatch in interface GDLListenerctx - the parse treepublic void exitMatch(GDLParser.MatchContext ctx)
GDLParser.match().
The default implementation does nothing.
exitMatch in interface GDLListenerctx - the parse treepublic void enterPath(GDLParser.PathContext ctx)
GDLParser.path().
The default implementation does nothing.
enterPath in interface GDLListenerctx - the parse treepublic void exitPath(GDLParser.PathContext ctx)
GDLParser.path().
The default implementation does nothing.
exitPath in interface GDLListenerctx - the parse treepublic void enterVertex(GDLParser.VertexContext ctx)
GDLParser.vertex().
The default implementation does nothing.
enterVertex in interface GDLListenerctx - the parse treepublic void exitVertex(GDLParser.VertexContext ctx)
GDLParser.vertex().
The default implementation does nothing.
exitVertex in interface GDLListenerctx - the parse treepublic void enterIncomingEdge(GDLParser.IncomingEdgeContext ctx)
incomingEdge
labeled alternative in GDLParser.edge().
The default implementation does nothing.
enterIncomingEdge in interface GDLListenerctx - the parse treepublic void exitIncomingEdge(GDLParser.IncomingEdgeContext ctx)
incomingEdge
labeled alternative in GDLParser.edge().
The default implementation does nothing.
exitIncomingEdge in interface GDLListenerctx - the parse treepublic void enterOutgoingEdge(GDLParser.OutgoingEdgeContext ctx)
outgoingEdge
labeled alternative in GDLParser.edge().
The default implementation does nothing.
enterOutgoingEdge in interface GDLListenerctx - the parse treepublic void exitOutgoingEdge(GDLParser.OutgoingEdgeContext ctx)
outgoingEdge
labeled alternative in GDLParser.edge().
The default implementation does nothing.
exitOutgoingEdge in interface GDLListenerctx - the parse treepublic void enterEdgeBody(GDLParser.EdgeBodyContext ctx)
GDLParser.edgeBody().
The default implementation does nothing.
enterEdgeBody in interface GDLListenerctx - the parse treepublic void exitEdgeBody(GDLParser.EdgeBodyContext ctx)
GDLParser.edgeBody().
The default implementation does nothing.
exitEdgeBody in interface GDLListenerctx - the parse treepublic void enterEdgeLength(GDLParser.EdgeLengthContext ctx)
GDLParser.edgeLength().
The default implementation does nothing.
enterEdgeLength in interface GDLListenerctx - the parse treepublic void exitEdgeLength(GDLParser.EdgeLengthContext ctx)
GDLParser.edgeLength().
The default implementation does nothing.
exitEdgeLength in interface GDLListenerctx - the parse treepublic void enterHeader(GDLParser.HeaderContext ctx)
GDLParser.header().
The default implementation does nothing.
enterHeader in interface GDLListenerctx - the parse treepublic void exitHeader(GDLParser.HeaderContext ctx)
GDLParser.header().
The default implementation does nothing.
exitHeader in interface GDLListenerctx - the parse treepublic void enterProperties(GDLParser.PropertiesContext ctx)
GDLParser.properties().
The default implementation does nothing.
enterProperties in interface GDLListenerctx - the parse treepublic void exitProperties(GDLParser.PropertiesContext ctx)
GDLParser.properties().
The default implementation does nothing.
exitProperties in interface GDLListenerctx - the parse treepublic void enterProperty(GDLParser.PropertyContext ctx)
GDLParser.property().
The default implementation does nothing.
enterProperty in interface GDLListenerctx - the parse treepublic void exitProperty(GDLParser.PropertyContext ctx)
GDLParser.property().
The default implementation does nothing.
exitProperty in interface GDLListenerctx - the parse treepublic void enterLabel(GDLParser.LabelContext ctx)
GDLParser.label().
The default implementation does nothing.
enterLabel in interface GDLListenerctx - the parse treepublic void exitLabel(GDLParser.LabelContext ctx)
GDLParser.label().
The default implementation does nothing.
exitLabel in interface GDLListenerctx - the parse treepublic void enterWhere(GDLParser.WhereContext ctx)
GDLParser.where().
The default implementation does nothing.
enterWhere in interface GDLListenerctx - the parse treepublic void exitWhere(GDLParser.WhereContext ctx)
GDLParser.where().
The default implementation does nothing.
exitWhere in interface GDLListenerctx - the parse treepublic void enterExpression(GDLParser.ExpressionContext ctx)
GDLParser.expression().
The default implementation does nothing.
enterExpression in interface GDLListenerctx - the parse treepublic void exitExpression(GDLParser.ExpressionContext ctx)
GDLParser.expression().
The default implementation does nothing.
exitExpression in interface GDLListenerctx - the parse treepublic void enterXorExpression(GDLParser.XorExpressionContext ctx)
GDLParser.xorExpression().
The default implementation does nothing.
enterXorExpression in interface GDLListenerctx - the parse treepublic void exitXorExpression(GDLParser.XorExpressionContext ctx)
GDLParser.xorExpression().
The default implementation does nothing.
exitXorExpression in interface GDLListenerctx - the parse treepublic void enterAndExpression(GDLParser.AndExpressionContext ctx)
GDLParser.andExpression().
The default implementation does nothing.
enterAndExpression in interface GDLListenerctx - the parse treepublic void exitAndExpression(GDLParser.AndExpressionContext ctx)
GDLParser.andExpression().
The default implementation does nothing.
exitAndExpression in interface GDLListenerctx - the parse treepublic void enterOrExpression(GDLParser.OrExpressionContext ctx)
GDLParser.orExpression().
The default implementation does nothing.
enterOrExpression in interface GDLListenerctx - the parse treepublic void exitOrExpression(GDLParser.OrExpressionContext ctx)
GDLParser.orExpression().
The default implementation does nothing.
exitOrExpression in interface GDLListenerctx - the parse treepublic void enterNotExpression(GDLParser.NotExpressionContext ctx)
GDLParser.notExpression().
The default implementation does nothing.
enterNotExpression in interface GDLListenerctx - the parse treepublic void exitNotExpression(GDLParser.NotExpressionContext ctx)
GDLParser.notExpression().
The default implementation does nothing.
exitNotExpression in interface GDLListenerctx - the parse treepublic void enterExpression2(GDLParser.Expression2Context ctx)
GDLParser.expression2().
The default implementation does nothing.
enterExpression2 in interface GDLListenerctx - the parse treepublic void exitExpression2(GDLParser.Expression2Context ctx)
GDLParser.expression2().
The default implementation does nothing.
exitExpression2 in interface GDLListenerctx - the parse treepublic void enterAtom(GDLParser.AtomContext ctx)
GDLParser.atom().
The default implementation does nothing.
enterAtom in interface GDLListenerctx - the parse treepublic void exitAtom(GDLParser.AtomContext ctx)
GDLParser.atom().
The default implementation does nothing.
exitAtom in interface GDLListenerctx - the parse treepublic void enterComparisonExpression(GDLParser.ComparisonExpressionContext ctx)
GDLParser.comparisonExpression().
The default implementation does nothing.
enterComparisonExpression in interface GDLListenerctx - the parse treepublic void exitComparisonExpression(GDLParser.ComparisonExpressionContext ctx)
GDLParser.comparisonExpression().
The default implementation does nothing.
exitComparisonExpression in interface GDLListenerctx - the parse treepublic void enterComparisonElement(GDLParser.ComparisonElementContext ctx)
GDLParser.comparisonElement().
The default implementation does nothing.
enterComparisonElement in interface GDLListenerctx - the parse treepublic void exitComparisonElement(GDLParser.ComparisonElementContext ctx)
GDLParser.comparisonElement().
The default implementation does nothing.
exitComparisonElement in interface GDLListenerctx - the parse treepublic void enterParenthesizedExpression(GDLParser.ParenthesizedExpressionContext ctx)
GDLParser.parenthesizedExpression().
The default implementation does nothing.
enterParenthesizedExpression in interface GDLListenerctx - the parse treepublic void exitParenthesizedExpression(GDLParser.ParenthesizedExpressionContext ctx)
GDLParser.parenthesizedExpression().
The default implementation does nothing.
exitParenthesizedExpression in interface GDLListenerctx - the parse treepublic void enterPropertyLookup(GDLParser.PropertyLookupContext ctx)
GDLParser.propertyLookup().
The default implementation does nothing.
enterPropertyLookup in interface GDLListenerctx - the parse treepublic void exitPropertyLookup(GDLParser.PropertyLookupContext ctx)
GDLParser.propertyLookup().
The default implementation does nothing.
exitPropertyLookup in interface GDLListenerctx - the parse treepublic void enterLiteral(GDLParser.LiteralContext ctx)
GDLParser.literal().
The default implementation does nothing.
enterLiteral in interface GDLListenerctx - the parse treepublic void exitLiteral(GDLParser.LiteralContext ctx)
GDLParser.literal().
The default implementation does nothing.
exitLiteral in interface GDLListenerctx - 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. All rights reserved.