| CallStack |
|
| CallStackObjectBase |
Base class for objects pushed in the Sdk6EfxExpressionTranslator.
|
| ContentBlock |
|
| ContentBlockStack |
|
| Context |
Used to store an evaluation context.
|
| Context.FieldContext |
Instantiate this class to create a context from a field identifier.
|
| Context.NodeContext |
Instantiate this class to create a context from a node identifier.
|
| ContextStack |
Used to keep trak of the current evaluation context.
|
| Expression |
This class represents an expression in the target scripting language.
|
| Expression.BooleanExpression |
Represents a boolean expression, value or literal in the target language.
|
| Expression.BooleanListExpression |
Used to represent a list of booleans in the target language.
|
| Expression.DateExpression |
Represents a date expression or value in the target language.
|
| Expression.DateListExpression |
Used to represent a list of dates in the target language.
|
| Expression.DurationExpression |
Represents a duration expression, value or literal in the target language.
|
| Expression.DurationListExpression |
Used to represent a list of durations in the target language.
|
| Expression.ListExpression<T extends Expression> |
Used to represent a list of strings in the target language.
|
| Expression.ListExpressionBase |
|
| Expression.NumericExpression |
Represents a numeric expression, value or literal in the target language.
|
| Expression.NumericListExpression |
Used to represent a list of numbers in the target language.
|
| Expression.PathExpression |
An PathExpression points to a node in your data set.
|
| Expression.StringExpression |
Represents a string expression, value or literal in the target language.
|
| Expression.StringListExpression |
Used to represent a list of strings in the target language.
|
| Expression.TimeExpression |
Represents a time expression, value or literal in the target language.
|
| Expression.TimeListExpression |
Used to represent a list of times in the target language.
|
| Markup |
Represents markup in the target template language.
|