| Interface | Description |
|---|---|
| NullSafety | |
| TemplateModelPostProcessor |
Classes implementing the
TemplateModelPostProcessor interface can
be used as post-processors of TemplateModels. |
| Class | Description |
|---|---|
| Argument | |
| BlockBegin | |
| BlockEnd | |
| BreakStatement | |
| Comment | |
| ContentClosureBegin | |
| ContentClosureEnd | |
| ContinueStatement | |
| EvalExpression |
Model for @(value) or @?(value)
|
| ForBlockBegin | |
| ForBlockEnd | |
| ForStatement | |
| IfBlockBegin | |
| IfBlockElse | |
| IfBlockElseIf |
Represents else-if part of an if block.
|
| IfBlockEnd | |
| JavaImport | |
| JavaVariable | |
| NullTernaryExpression |
Model for @var?:"fallback"
|
| Option | |
| PlainText | |
| SourcePosition | |
| SourceRef | |
| TemplateModel | |
| TemplateUnit | |
| ValueClosureBegin | |
| ValueClosureEnd | |
| ValueExpression |
Model for @value or @?value
|
| WithBlockBegin | |
| WithBlockElse | |
| WithBlockEnd | |
| WithStatement | |
| WithStatement.VariableWithExpression |
Wrapper around one variable and its expression
|
| Enum | Description |
|---|---|
| ForStatement.Form | |
| JavaVersion |
| Exception | Description |
|---|---|
| PostProcessorException |
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.