public class

IntLiteral

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

Class Overview

Expression language AST node that represents an integer literal.

Summary

[Expand]
Inherited Fields
From class org.springframework.expression.spel.ast.Literal
From class org.springframework.expression.spel.ast.SpelNodeImpl
Public Methods
TypedValue 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 Methods

public TypedValue getLiteralValue ()