Package com.fizzed.rocker.model
Class IfBlockElseIf
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockBegin
-
- com.fizzed.rocker.model.IfBlockElseIf
-
public class IfBlockElseIf extends BlockBegin
Represents else-if part of an if block.
-
-
Constructor Summary
Constructors Constructor Description IfBlockElseIf(SourceRef sourceRef, java.lang.String expression)
-
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
-
IfBlockElseIf
public IfBlockElseIf(SourceRef sourceRef, java.lang.String expression)
-
-