| EvaluatedTemplate
Result of a template evaluation
|
| EvaluationContext
The evaluation context, i.e. date options and the variables accessible in an expression
|
| EvaluationError
Exception class for evaluation errors which should be given back to the user
|
ExcellentBaseVisitor
This class provides an empty implementation of ExcellentVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
| ExcellentParser.AdditionOrSubtractionExpressionContext |
| ExcellentParser.ComparisonExpressionContext |
| ExcellentParser.ConcatenationContext |
| ExcellentParser.ContextReferenceContext |
| ExcellentParser.DecimalLiteralContext |
| ExcellentParser.EqualityExpressionContext |
| ExcellentParser.ExponentExpressionContext |
| ExcellentParser.FalseContext |
| ExcellentParser.FunctionCallContext |
| ExcellentParser.FunctionParametersContext |
| ExcellentParser.MultiplicationOrDivisionExpressionContext |
| ExcellentParser.NegationContext |
| ExcellentParser.ParenthesesContext |
| ExcellentParser.ParseContext |
| ExcellentParser.StringLiteralContext |
| ExcellentParser.TrueContext |
ExcellentVisitor
This interface defines a complete generic visitor for a parse tree produced
by ExcellentParser.
|