- 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 TypeMethodDescriptionvoidEnter a parse tree produced byGmlParser.gml().voidEnter a parse tree produced by theListKeyValuelabeled alternative inGmlParser.keyValuePair().voidEnter a parse tree produced by theNumberKeyValuelabeled alternative inGmlParser.keyValuePair().voidEnter a parse tree produced by theStringKeyValuelabeled alternative inGmlParser.keyValuePair().voidExit a parse tree produced byGmlParser.gml().voidExit a parse tree produced by theListKeyValuelabeled alternative inGmlParser.keyValuePair().voidExit a parse tree produced by theNumberKeyValuelabeled alternative inGmlParser.keyValuePair().voidExit a parse tree produced by theStringKeyValuelabeled 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 theStringKeyValuelabeled alternative inGmlParser.keyValuePair().- Parameters:
ctx- the parse tree
-
exitStringKeyValue
Exit a parse tree produced by theStringKeyValuelabeled alternative inGmlParser.keyValuePair().- Parameters:
ctx- the parse tree
-
enterNumberKeyValue
Enter a parse tree produced by theNumberKeyValuelabeled alternative inGmlParser.keyValuePair().- Parameters:
ctx- the parse tree
-
exitNumberKeyValue
Exit a parse tree produced by theNumberKeyValuelabeled alternative inGmlParser.keyValuePair().- Parameters:
ctx- the parse tree
-
enterListKeyValue
Enter a parse tree produced by theListKeyValuelabeled alternative inGmlParser.keyValuePair().- Parameters:
ctx- the parse tree
-
exitListKeyValue
Exit a parse tree produced by theListKeyValuelabeled alternative inGmlParser.keyValuePair().- Parameters:
ctx- the parse tree
-