| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
Python3Parser.Async_stmtContext |
Python3Parser.async_stmt() |
Python3Parser.Async_stmtContext |
Python3Parser.Compound_stmtContext.async_stmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
Python3Listener.enterAsync_stmt(Python3Parser.Async_stmtContext ctx)
Enter a parse tree produced by
Python3Parser.async_stmt(). |
void |
Python3BaseListener.enterAsync_stmt(Python3Parser.Async_stmtContext ctx)
Enter a parse tree produced by
Python3Parser.async_stmt(). |
void |
Python3Listener.exitAsync_stmt(Python3Parser.Async_stmtContext ctx)
Exit a parse tree produced by
Python3Parser.async_stmt(). |
void |
Python3BaseListener.exitAsync_stmt(Python3Parser.Async_stmtContext ctx)
Exit a parse tree produced by
Python3Parser.async_stmt(). |
Copyright © 2021 Markus Heberling. All rights reserved.