Package com.fizzed.rocker.model
Class BlockEnd
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockEnd
-
- Direct Known Subclasses:
ContentClosureEnd,ForBlockEnd,IfBlockEnd,SwitchBlockEnd,SwitchCaseBlockEnd,SwitchCaseExpressionBlockEnd,SwitchDefaultBlockEnd,SwitchDefaultExpressionBlockEnd,SwitchExpressionBlockEnd,ValueClosureEnd,WithBlockEnd
public class BlockEnd extends TemplateUnit
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBlockLevel()-
Methods inherited from class com.fizzed.rocker.model.TemplateUnit
getSourceRef, supportsSourceJournaling
-
-
-
-
Constructor Detail
-
BlockEnd
public BlockEnd(SourceRef sourceRef)
-
-
Method Detail
-
isBlockLevel
public boolean isBlockLevel()
- Overrides:
isBlockLevelin classTemplateUnit
-
-