public class

BooleanLiteral

extends Literal
java.lang.Object
   ↳ org.springframework.expression.spel.ast.SpelNodeImpl
     ↳ org.springframework.expression.spel.ast.Literal
       ↳ org.springframework.expression.spel.ast.BooleanLiteral

Class Overview

Represents the literal values TRUE and FALSE.

Summary

[Expand]
Inherited Fields
From class org.springframework.expression.spel.ast.Literal
From class org.springframework.expression.spel.ast.SpelNodeImpl
Public Constructors
BooleanLiteral(String payload, int pos, boolean value)
Public Methods
BooleanTypedValue getLiteralValue()
[Expand]
Inherited Methods
From class org.springframework.expression.spel.ast.Literal
From class org.springframework.expression.spel.ast.SpelNodeImpl
From class java.lang.Object
From interface org.springframework.expression.spel.SpelNode

Public Constructors

public BooleanLiteral (String payload, int pos, boolean value)

Public Methods

public BooleanTypedValue getLiteralValue ()