| Package | Description |
|---|---|
| io.cdap.wrangler.parser |
| Modifier and Type | Method and Description |
|---|---|
DirectivesParser.MacroContext |
DirectivesParser.macro() |
DirectivesParser.MacroContext |
DirectivesParser.StatementsContext.macro(int i) |
DirectivesParser.MacroContext |
DirectivesParser.DirectiveContext.macro(int i) |
DirectivesParser.MacroContext |
DirectivesParser.MacroContext.macro(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectivesParser.MacroContext> |
DirectivesParser.StatementsContext.macro() |
List<DirectivesParser.MacroContext> |
DirectivesParser.DirectiveContext.macro() |
List<DirectivesParser.MacroContext> |
DirectivesParser.MacroContext.macro() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectivesBaseListener.enterMacro(DirectivesParser.MacroContext ctx)
Enter a parse tree produced by
DirectivesParser.macro(). |
void |
DirectivesListener.enterMacro(DirectivesParser.MacroContext ctx)
Enter a parse tree produced by
DirectivesParser.macro(). |
void |
DirectivesBaseListener.exitMacro(DirectivesParser.MacroContext ctx)
Exit a parse tree produced by
DirectivesParser.macro(). |
void |
DirectivesListener.exitMacro(DirectivesParser.MacroContext ctx)
Exit a parse tree produced by
DirectivesParser.macro(). |
T |
DirectivesVisitor.visitMacro(DirectivesParser.MacroContext ctx)
Visit a parse tree produced by
DirectivesParser.macro(). |
T |
DirectivesBaseVisitor.visitMacro(DirectivesParser.MacroContext ctx)
Visit a parse tree produced by
DirectivesParser.macro(). |
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.