Package com.fizzed.rocker.model
Class ForBlockBegin
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockBegin
-
- com.fizzed.rocker.model.ForBlockBegin
-
public class ForBlockBegin extends BlockBegin
-
-
Field Summary
Fields Modifier and Type Field Description private ForStatementstatement
-
Constructor Summary
Constructors Constructor Description ForBlockBegin(SourceRef sourceRef, java.lang.String expression, ForStatement statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForStatementgetStatement()-
Methods inherited from class com.fizzed.rocker.model.BlockBegin
getExpression, isBlockLevel
-
Methods inherited from class com.fizzed.rocker.model.TemplateUnit
getSourceRef, supportsSourceJournaling
-
-
-
-
Field Detail
-
statement
private final ForStatement statement
-
-
Constructor Detail
-
ForBlockBegin
public ForBlockBegin(SourceRef sourceRef, java.lang.String expression, ForStatement statement)
-
-
Method Detail
-
getStatement
public ForStatement getStatement()
-
-