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