| Package | Description |
|---|---|
| com.fizzed.rocker.compiler | |
| com.fizzed.rocker.model |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaGenerator.appendCommentAndSourcePositionUpdate(Writer w,
int tab,
TemplateUnit unit) |
String |
JavaGenerator.sourceRef(TemplateUnit unit) |
String |
JavaGenerator.sourceRefLineCommaPosInLine(TemplateUnit unit) |
| Modifier and Type | Class and Description |
|---|---|
class |
Argument |
class |
BlockBegin |
class |
BlockEnd |
class |
BreakStatement |
class |
Comment |
class |
ContentClosureBegin |
class |
ContentClosureEnd |
class |
ContinueStatement |
class |
EvalExpression
Model for @(value) or @?(value)
|
class |
ForBlockBegin |
class |
ForBlockEnd |
class |
IfBlockBegin |
class |
IfBlockElse |
class |
IfBlockElseIf
Represents else-if part of an if block.
|
class |
IfBlockEnd |
class |
JavaImport |
class |
NullTernaryExpression
Model for @var?:"fallback"
|
class |
Option |
class |
PlainText |
class |
ValueClosureBegin |
class |
ValueClosureEnd |
class |
ValueExpression
Model for @value or @?value
|
class |
WithBlockBegin |
class |
WithBlockElse |
class |
WithBlockEnd |
| Modifier and Type | Method and Description |
|---|---|
<T extends TemplateUnit> |
TemplateModel.findUnitByOccurrence(Class<T> type,
int occurrence) |
<T extends TemplateUnit> |
TemplateModel.getUnit(int index,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateUnit> |
TemplateModel.getUnits() |
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.