| Package | Description |
|---|---|
| io.cdap.wrangler.parser |
| Modifier and Type | Method and Description |
|---|---|
DirectivesParser.CommandContext |
DirectivesParser.command() |
DirectivesParser.CommandContext |
DirectivesParser.DirectiveContext.command() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectivesListener.enterCommand(DirectivesParser.CommandContext ctx)
Enter a parse tree produced by
DirectivesParser.command(). |
void |
DirectivesBaseListener.enterCommand(DirectivesParser.CommandContext ctx)
Enter a parse tree produced by
DirectivesParser.command(). |
void |
DirectivesListener.exitCommand(DirectivesParser.CommandContext ctx)
Exit a parse tree produced by
DirectivesParser.command(). |
void |
DirectivesBaseListener.exitCommand(DirectivesParser.CommandContext ctx)
Exit a parse tree produced by
DirectivesParser.command(). |
T |
DirectivesBaseVisitor.visitCommand(DirectivesParser.CommandContext ctx)
Visit a parse tree produced by
DirectivesParser.command(). |
T |
DirectivesVisitor.visitCommand(DirectivesParser.CommandContext ctx)
Visit a parse tree produced by
DirectivesParser.command(). |
RecipeSymbol.Builder |
RecipeVisitor.visitCommand(DirectivesParser.CommandContext ctx)
A Directive has name and in the parsing context it's called a command.
|
Copyright © 2024 CDAP Licensed under the Apache License, Version 2.0.