| Package | Description |
|---|---|
| io.cdap.wrangler.parser |
| Modifier and Type | Method and Description |
|---|---|
DirectivesParser.PropertyListContext |
DirectivesParser.propertyList() |
DirectivesParser.PropertyListContext |
DirectivesParser.PropertiesContext.propertyList(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectivesParser.PropertyListContext> |
DirectivesParser.PropertiesContext.propertyList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectivesBaseListener.enterPropertyList(DirectivesParser.PropertyListContext ctx)
Enter a parse tree produced by
DirectivesParser.propertyList(). |
void |
DirectivesListener.enterPropertyList(DirectivesParser.PropertyListContext ctx)
Enter a parse tree produced by
DirectivesParser.propertyList(). |
void |
DirectivesBaseListener.exitPropertyList(DirectivesParser.PropertyListContext ctx)
Exit a parse tree produced by
DirectivesParser.propertyList(). |
void |
DirectivesListener.exitPropertyList(DirectivesParser.PropertyListContext ctx)
Exit a parse tree produced by
DirectivesParser.propertyList(). |
T |
DirectivesBaseVisitor.visitPropertyList(DirectivesParser.PropertyListContext ctx)
Visit a parse tree produced by
DirectivesParser.propertyList(). |
RecipeSymbol.Builder |
RecipeVisitor.visitPropertyList(DirectivesParser.PropertyListContext ctx)
A Directive can include properties (which are a collection of key and value pairs),
this method extracts that token that is being identified as token of type
Properties. |
T |
DirectivesVisitor.visitPropertyList(DirectivesParser.PropertyListContext ctx)
Visit a parse tree produced by
DirectivesParser.propertyList(). |
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.