Package com.fizzed.rocker.model
Class WithBlockElse
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockBegin
-
- com.fizzed.rocker.model.WithBlockElse
-
public class WithBlockElse extends BlockBegin
-
-
Constructor Summary
Constructors Constructor Description WithBlockElse(SourceRef sourceRef)
-
Method Summary
-
Methods inherited from class com.fizzed.rocker.model.BlockBegin
getExpression, isBlockLevel
-
Methods inherited from class com.fizzed.rocker.model.TemplateUnit
getSourceRef, supportsSourceJournaling
-
-
-
-
Constructor Detail
-
WithBlockElse
public WithBlockElse(SourceRef sourceRef)
-
-