Package com.fizzed.rocker.model
Class SwitchCaseBlock
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockBegin
-
- com.fizzed.rocker.model.SwitchCaseBlock
-
public class SwitchCaseBlock extends BlockBegin
Represents else-if part of an if block.
-
-
Constructor Summary
Constructors Constructor Description SwitchCaseBlock(SourceRef sourceRef, java.lang.String expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsSourceJournaling()-
Methods inherited from class com.fizzed.rocker.model.BlockBegin
getExpression, isBlockLevel
-
Methods inherited from class com.fizzed.rocker.model.TemplateUnit
getSourceRef
-
-
-
-
Constructor Detail
-
SwitchCaseBlock
public SwitchCaseBlock(SourceRef sourceRef, java.lang.String expression)
-
-
Method Detail
-
supportsSourceJournaling
public boolean supportsSourceJournaling()
- Overrides:
supportsSourceJournalingin classTemplateUnit
-
-