Package com.fizzed.rocker.model
Class EvalExpression
- java.lang.Object
-
- com.fizzed.rocker.model.TemplateUnit
-
- com.fizzed.rocker.model.ValueExpression
-
- com.fizzed.rocker.model.EvalExpression
-
- All Implemented Interfaces:
NullSafety
public class EvalExpression extends ValueExpression
Model for @(value) or @?(value)
-
-
Constructor Summary
Constructors Constructor Description EvalExpression(SourceRef sourceRef, java.lang.String expression, boolean nullSafe)
-
Method Summary
-
Methods inherited from class com.fizzed.rocker.model.ValueExpression
getExpression, isNullSafe
-
Methods inherited from class com.fizzed.rocker.model.TemplateUnit
getSourceRef, isBlockLevel, supportsSourceJournaling
-
-
-
-
Constructor Detail
-
EvalExpression
public EvalExpression(SourceRef sourceRef, java.lang.String expression, boolean nullSafe)
-
-