| ConfigDirectiveContext |
|
| DirectiveClass |
This class carries the class information about a directive.
|
| DirectivesBaseListener |
This class provides an empty implementation of DirectivesListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
|
| DirectivesBaseVisitor<T> |
This class provides an empty implementation of DirectivesVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
| DirectivesLexer |
|
| DirectivesParser |
|
| DirectivesParser.BoolContext |
|
| DirectivesParser.BoolListContext |
|
| DirectivesParser.CodeblockContext |
|
| DirectivesParser.ColListContext |
|
| DirectivesParser.ColumnContext |
|
| DirectivesParser.CommandContext |
|
| DirectivesParser.ConditionContext |
|
| DirectivesParser.ConfigContext |
|
| DirectivesParser.DirectiveContext |
|
| DirectivesParser.EcommandContext |
|
| DirectivesParser.ElseIfStatContext |
|
| DirectivesParser.ElseStatContext |
|
| DirectivesParser.ExpressionContext |
|
| DirectivesParser.ForStatementContext |
|
| DirectivesParser.IdentifierContext |
|
| DirectivesParser.IdentifierListContext |
|
| DirectivesParser.IfStatContext |
|
| DirectivesParser.IfStatementContext |
|
| DirectivesParser.MacroContext |
|
| DirectivesParser.NumberContext |
|
| DirectivesParser.NumberListContext |
|
| DirectivesParser.NumberRangeContext |
|
| DirectivesParser.NumberRangesContext |
|
| DirectivesParser.PragmaContext |
|
| DirectivesParser.PragmaLoadDirectiveContext |
|
| DirectivesParser.PragmaVersionContext |
|
| DirectivesParser.PropertiesContext |
|
| DirectivesParser.PropertyContext |
|
| DirectivesParser.PropertyListContext |
|
| DirectivesParser.RecipeContext |
|
| DirectivesParser.StatementsContext |
|
| DirectivesParser.StringListContext |
|
| DirectivesParser.TextContext |
|
| DirectivesParser.ValueContext |
|
| GrammarBasedParser |
This class GrammarBasedParser is an implementation of RecipeParser.
|
| GrammarWalker |
This class provides logic to walk a grammar tree by parsing a wrangler recipe.
|
| MapArguments |
Class description here.
|
| MigrateToV2 |
This class MigrateToV2 translates from older version
of grammar of directives into newer version of recipe grammar.
|
| NoOpDirectiveContext |
|
| RecipeCompiler |
Class description here.
|
| RecipeVisitor |
This class RecipeVisitor implements the visitor pattern
used during traversal of the AST tree.
|
| SyntaxErrorListener |
Class description here.
|
| UsageRegistry |
Registry of directive usages managed through this class.
|