| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
Python3Parser.Dotted_nameContext |
Python3Parser.dotted_name() |
Python3Parser.Dotted_nameContext |
Python3Parser.DecoratorContext.dotted_name() |
Python3Parser.Dotted_nameContext |
Python3Parser.Import_fromContext.dotted_name() |
Python3Parser.Dotted_nameContext |
Python3Parser.Dotted_as_nameContext.dotted_name() |
| Modifier and Type | Method and Description |
|---|---|
void |
Python3Listener.enterDotted_name(Python3Parser.Dotted_nameContext ctx)
Enter a parse tree produced by
Python3Parser.dotted_name(). |
void |
Python3BaseListener.enterDotted_name(Python3Parser.Dotted_nameContext ctx)
Enter a parse tree produced by
Python3Parser.dotted_name(). |
void |
Python3Listener.exitDotted_name(Python3Parser.Dotted_nameContext ctx)
Exit a parse tree produced by
Python3Parser.dotted_name(). |
void |
Python3BaseListener.exitDotted_name(Python3Parser.Dotted_nameContext ctx)
Exit a parse tree produced by
Python3Parser.dotted_name(). |
Copyright © 2021 Markus Heberling. All rights reserved.