public class

InlineList

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

Class Overview

Represent a list in an expression, e.g. '{1,2,3}'

Summary

[Expand]
Inherited Fields
From class org.springframework.expression.spel.ast.SpelNodeImpl
Public Constructors
InlineList(int pos, SpelNodeImpl... args)
Public Methods
TypedValue getValueInternal(ExpressionState expressionState)
boolean isConstant()
String toStringAST()
[Expand]
Inherited Methods
From class org.springframework.expression.spel.ast.SpelNodeImpl
From class java.lang.Object
From interface org.springframework.expression.spel.SpelNode

Public Constructors

public InlineList (int pos, SpelNodeImpl... args)

Public Methods

public TypedValue getValueInternal (ExpressionState expressionState)

public boolean isConstant ()

Returns
  • whether this list is a constant value

public String toStringAST ()