- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GmlBaseListener
,GmlEventDrivenImporter.NotifyGmlListener
interface GmlListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
GmlParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byGmlParser.gml()
.void
Enter a parse tree produced by theListKeyValue
labeled alternative inGmlParser.keyValuePair()
.void
Enter a parse tree produced by theNumberKeyValue
labeled alternative inGmlParser.keyValuePair()
.void
Enter a parse tree produced by theStringKeyValue
labeled alternative inGmlParser.keyValuePair()
.void
Exit a parse tree produced byGmlParser.gml()
.void
Exit a parse tree produced by theListKeyValue
labeled alternative inGmlParser.keyValuePair()
.void
Exit a parse tree produced by theNumberKeyValue
labeled alternative inGmlParser.keyValuePair()
.void
Exit a parse tree produced by theStringKeyValue
labeled alternative inGmlParser.keyValuePair()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterGml
Enter a parse tree produced byGmlParser.gml()
.- Parameters:
ctx
- the parse tree
-
exitGml
Exit a parse tree produced byGmlParser.gml()
.- Parameters:
ctx
- the parse tree
-
enterStringKeyValue
Enter a parse tree produced by theStringKeyValue
labeled alternative inGmlParser.keyValuePair()
.- Parameters:
ctx
- the parse tree
-
exitStringKeyValue
Exit a parse tree produced by theStringKeyValue
labeled alternative inGmlParser.keyValuePair()
.- Parameters:
ctx
- the parse tree
-
enterNumberKeyValue
Enter a parse tree produced by theNumberKeyValue
labeled alternative inGmlParser.keyValuePair()
.- Parameters:
ctx
- the parse tree
-
exitNumberKeyValue
Exit a parse tree produced by theNumberKeyValue
labeled alternative inGmlParser.keyValuePair()
.- Parameters:
ctx
- the parse tree
-
enterListKeyValue
Enter a parse tree produced by theListKeyValue
labeled alternative inGmlParser.keyValuePair()
.- Parameters:
ctx
- the parse tree
-
exitListKeyValue
Exit a parse tree produced by theListKeyValue
labeled alternative inGmlParser.keyValuePair()
.- Parameters:
ctx
- the parse tree
-