| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
Python3Parser.Dotted_as_namesContext |
Python3Parser.dotted_as_names() |
Python3Parser.Dotted_as_namesContext |
Python3Parser.Import_nameContext.dotted_as_names() |
| Modifier and Type | Method and Description |
|---|---|
void |
Python3Listener.enterDotted_as_names(Python3Parser.Dotted_as_namesContext ctx)
Enter a parse tree produced by
Python3Parser.dotted_as_names(). |
void |
Python3BaseListener.enterDotted_as_names(Python3Parser.Dotted_as_namesContext ctx)
Enter a parse tree produced by
Python3Parser.dotted_as_names(). |
void |
Python3Listener.exitDotted_as_names(Python3Parser.Dotted_as_namesContext ctx)
Exit a parse tree produced by
Python3Parser.dotted_as_names(). |
void |
Python3BaseListener.exitDotted_as_names(Python3Parser.Dotted_as_namesContext ctx)
Exit a parse tree produced by
Python3Parser.dotted_as_names(). |
Copyright © 2021 Markus Heberling. All rights reserved.