org.springframework.expression.spel.ast
Class BooleanLiteral
java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Literal
org.springframework.expression.spel.ast.BooleanLiteral
- All Implemented Interfaces:
- SpelNode
public class BooleanLiteral
- extends Literal
Represents the literal values TRUE and FALSE.
- Since:
- 3.0
- Author:
- Andy Clement
Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue |
BooleanLiteral
public BooleanLiteral(String payload,
int pos,
boolean value)
getLiteralValue
public BooleanTypedValue getLiteralValue()
- Specified by:
getLiteralValue
in class Literal