Package com.fizzed.rocker.model
Class WithBlockBegin
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockBegin
-
- com.fizzed.rocker.model.WithBlockBegin
-
public class WithBlockBegin extends BlockBegin
-
-
Field Summary
Fields Modifier and Type Field Description private WithStatementstatement
-
Constructor Summary
Constructors Constructor Description WithBlockBegin(SourceRef sourceRef, java.lang.String expression, WithStatement statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WithStatementgetStatement()-
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 WithStatement statement
-
-
Constructor Detail
-
WithBlockBegin
public WithBlockBegin(SourceRef sourceRef, java.lang.String expression, WithStatement statement)
-
-
Method Detail
-
getStatement
public WithStatement getStatement()
-
-