public class WithStatement extends Object implements NullSafety
| Modifier and Type | Class and Description |
|---|---|
static class |
WithStatement.VariableWithExpression
Wrapper around one variable and its expression
|
| Constructor and Description |
|---|
WithStatement(List<WithStatement.VariableWithExpression> variables) |
WithStatement(List<WithStatement.VariableWithExpression> variables,
boolean nullSafe) |
| Modifier and Type | Method and Description |
|---|---|
List<WithStatement.VariableWithExpression> |
getVariables() |
boolean |
hasAnyVariableNullType() |
boolean |
isNullSafe() |
static WithStatement |
parse(String statement,
String templatePath) |
public WithStatement(List<WithStatement.VariableWithExpression> variables)
public WithStatement(List<WithStatement.VariableWithExpression> variables, boolean nullSafe)
public List<WithStatement.VariableWithExpression> getVariables()
public boolean hasAnyVariableNullType()
public boolean isNullSafe()
isNullSafe in interface NullSafetypublic static WithStatement parse(String statement, String templatePath) throws TokenException
TokenExceptionCopyright © 2016–2020 Fizzed, Inc. All rights reserved.