Uses of Class
com.fizzed.rocker.model.TemplateUnit
-
Packages that use TemplateUnit Package Description com.fizzed.rocker.compiler com.fizzed.rocker.model -
-
Uses of TemplateUnit in com.fizzed.rocker.compiler
Methods in com.fizzed.rocker.compiler with parameters of type TemplateUnit Modifier and Type Method Description voidJavaGenerator. appendCommentAndSourcePositionUpdate(java.io.Writer w, int tab, TemplateUnit unit)java.lang.StringJavaGenerator. sourceRef(TemplateUnit unit)java.lang.StringJavaGenerator. sourceRefLineCommaPosInLine(TemplateUnit unit) -
Uses of TemplateUnit in com.fizzed.rocker.model
Subclasses of TemplateUnit in com.fizzed.rocker.model Modifier and Type Class Description classArgumentclassBlockBeginclassBlockEndclassBreakStatementclassCommentclassContentClosureBeginclassContentClosureEndclassContinueStatementclassEvalExpressionModel for @(value) or @?(value)classForBlockBeginclassForBlockEndclassIfBlockBeginclassIfBlockElseclassIfBlockElseIfRepresents else-if part of an if block.classIfBlockEndclassJavaImportclassNullTernaryExpressionModel for @var?:"fallback"classOptionclassPlainTextclassSwitchBlockRepresents else-if part of an if block.classSwitchBlockEndclassSwitchCaseBlockRepresents else-if part of an if block.classSwitchCaseBlockEndclassSwitchCaseExpressionBlockRepresents else-if part of an if block.classSwitchCaseExpressionBlockEndclassSwitchDefaultBlockRepresents else-if part of an if block.classSwitchDefaultBlockEndclassSwitchDefaultExpressionBlockRepresents else-if part of an if block.classSwitchDefaultExpressionBlockEndclassSwitchExpressionBlockRepresents else-if part of an if block.classSwitchExpressionBlockEndclassValueClosureBeginclassValueClosureEndclassValueExpressionModel for @value or @?valueclassWithBlockBeginclassWithBlockElseclassWithBlockEndFields in com.fizzed.rocker.model with type parameters of type TemplateUnit Modifier and Type Field Description private java.util.List<TemplateUnit>TemplateModel. unitsMethods in com.fizzed.rocker.model with type parameters of type TemplateUnit Modifier and Type Method Description <T extends TemplateUnit>
TTemplateModel. findUnitByOccurrence(java.lang.Class<T> type, int occurrence)<T extends TemplateUnit>
TTemplateModel. getUnit(int index, java.lang.Class<T> type)Methods in com.fizzed.rocker.model that return types with arguments of type TemplateUnit Modifier and Type Method Description java.util.List<TemplateUnit>TemplateModel. getUnits()
-