| Package | Description |
|---|---|
| io.cdap.wrangler.parser |
| Modifier and Type | Method and Description |
|---|---|
DirectivesParser.DirectiveContext |
DirectivesParser.directive() |
DirectivesParser.DirectiveContext |
DirectivesParser.StatementsContext.directive(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectivesParser.DirectiveContext> |
DirectivesParser.StatementsContext.directive() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectivesBaseListener.enterDirective(DirectivesParser.DirectiveContext ctx)
Enter a parse tree produced by
DirectivesParser.directive(). |
void |
DirectivesListener.enterDirective(DirectivesParser.DirectiveContext ctx)
Enter a parse tree produced by
DirectivesParser.directive(). |
void |
DirectivesBaseListener.exitDirective(DirectivesParser.DirectiveContext ctx)
Exit a parse tree produced by
DirectivesParser.directive(). |
void |
DirectivesListener.exitDirective(DirectivesParser.DirectiveContext ctx)
Exit a parse tree produced by
DirectivesParser.directive(). |
T |
DirectivesVisitor.visitDirective(DirectivesParser.DirectiveContext ctx)
Visit a parse tree produced by
DirectivesParser.directive(). |
T |
DirectivesBaseVisitor.visitDirective(DirectivesParser.DirectiveContext ctx)
Visit a parse tree produced by
DirectivesParser.directive(). |
RecipeSymbol.Builder |
RecipeVisitor.visitDirective(DirectivesParser.DirectiveContext ctx)
A Recipe is made up of Directives and Directives is made up of each individual
Directive.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.