| Package | Description |
|---|---|
| io.cdap.wrangler.parser |
| Modifier and Type | Method and Description |
|---|---|
DirectivesParser.IdentifierContext |
DirectivesParser.identifier() |
DirectivesParser.IdentifierContext |
DirectivesParser.DirectiveContext.identifier(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectivesParser.IdentifierContext> |
DirectivesParser.DirectiveContext.identifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectivesListener.enterIdentifier(DirectivesParser.IdentifierContext ctx)
Enter a parse tree produced by
DirectivesParser.identifier(). |
void |
DirectivesBaseListener.enterIdentifier(DirectivesParser.IdentifierContext ctx)
Enter a parse tree produced by
DirectivesParser.identifier(). |
void |
DirectivesListener.exitIdentifier(DirectivesParser.IdentifierContext ctx)
Exit a parse tree produced by
DirectivesParser.identifier(). |
void |
DirectivesBaseListener.exitIdentifier(DirectivesParser.IdentifierContext ctx)
Exit a parse tree produced by
DirectivesParser.identifier(). |
T |
DirectivesBaseVisitor.visitIdentifier(DirectivesParser.IdentifierContext ctx)
Visit a parse tree produced by
DirectivesParser.identifier(). |
T |
DirectivesVisitor.visitIdentifier(DirectivesParser.IdentifierContext ctx)
Visit a parse tree produced by
DirectivesParser.identifier(). |
RecipeSymbol.Builder |
RecipeVisitor.visitIdentifier(DirectivesParser.IdentifierContext ctx)
A Directive can include identifiers, this method extracts that token that is being
identified as token of type
Identifier. |
Copyright © 2024 CDAP Licensed under the Apache License, Version 2.0.