| Package | Description |
|---|---|
| io.cdap.wrangler.parser |
| Modifier and Type | Method and Description |
|---|---|
DirectivesParser.ColListContext |
DirectivesParser.colList() |
DirectivesParser.ColListContext |
DirectivesParser.DirectiveContext.colList(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectivesParser.ColListContext> |
DirectivesParser.DirectiveContext.colList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectivesBaseListener.enterColList(DirectivesParser.ColListContext ctx)
Enter a parse tree produced by
DirectivesParser.colList(). |
void |
DirectivesListener.enterColList(DirectivesParser.ColListContext ctx)
Enter a parse tree produced by
DirectivesParser.colList(). |
void |
DirectivesBaseListener.exitColList(DirectivesParser.ColListContext ctx)
Exit a parse tree produced by
DirectivesParser.colList(). |
void |
DirectivesListener.exitColList(DirectivesParser.ColListContext ctx)
Exit a parse tree produced by
DirectivesParser.colList(). |
T |
DirectivesBaseVisitor.visitColList(DirectivesParser.ColListContext ctx)
Visit a parse tree produced by
DirectivesParser.colList(). |
RecipeSymbol.Builder |
RecipeVisitor.visitColList(DirectivesParser.ColListContext ctx)
This visitor methods extracts the list of columns specified.
|
T |
DirectivesVisitor.visitColList(DirectivesParser.ColListContext ctx)
Visit a parse tree produced by
DirectivesParser.colList(). |
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.