| Interface | Description |
|---|---|
| Token |
The Token class represents the object that contains the value and type of
the token as parsed by the parser of the grammar defined for recipe.
|
| Class | Description |
|---|---|
| Bool |
The Bool class wraps the primitive type
Boolean in a object. |
| BoolList |
The Bool List class wraps the list of primitive type
Boolean in a object. |
| ColumnName | |
| ColumnNameList |
Class description here.
|
| DirectiveName |
Class description here.
|
| Expression |
Class description here.
|
| Identifier |
The
Identifier class wraps the primitive type String in a object. |
| Numeric |
Class description here.
|
| NumericList |
Class description here.
|
| Properties |
Class description here.
|
| Ranges |
Class description here.
|
| SyntaxError |
The class
SyntaxError contains information about the errors observed
during parsing of the recipe. |
| Text |
Class description here.
|
| TextList |
Class description here.
|
| TokenDefinition |
The
TokenDefinition class represents a definition of token as specified
by the user while defining a directive usage. |
| UsageDefinition |
This class
UsageDefinition provides a way for users to registers the argument for UDDs. |
| UsageDefinition.Builder |
This inner builder class provides a way to create
UsageDefinition
object. |
| Enum | Description |
|---|---|
| TokenType |
The TokenType class provides the enumerated types for different types of
tokens that are supported by the grammar.
|
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.