Package com.fizzed.rocker.model
Class BlockBegin
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.BlockBegin
-
- Direct Known Subclasses:
ContentClosureBegin,ForBlockBegin,IfBlockBegin,IfBlockElse,IfBlockElseIf,SwitchBlock,SwitchCaseBlock,SwitchCaseExpressionBlock,SwitchDefaultBlock,SwitchDefaultExpressionBlock,SwitchExpressionBlock,ValueClosureBegin,WithBlockBegin,WithBlockElse
public class BlockBegin extends TemplateUnit
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringexpression
-
Constructor Summary
Constructors Constructor Description BlockBegin(SourceRef sourceRef, java.lang.String expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExpression()booleanisBlockLevel()-
Methods inherited from class com.fizzed.rocker.model.TemplateUnit
getSourceRef, supportsSourceJournaling
-
-
-
-
Constructor Detail
-
BlockBegin
public BlockBegin(SourceRef sourceRef, java.lang.String expression)
-
-
Method Detail
-
getExpression
public java.lang.String getExpression()
-
isBlockLevel
public boolean isBlockLevel()
- Overrides:
isBlockLevelin classTemplateUnit
-
-