Package com.fizzed.rocker.model
Class IfBlockElse
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockBegin
-
- com.fizzed.rocker.model.IfBlockElse
-
public class IfBlockElse extends BlockBegin
-
-
Constructor Summary
Constructors Constructor Description IfBlockElse(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
-
IfBlockElse
public IfBlockElse(SourceRef sourceRef)
-
-