Class InlineList

java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.InlineList
All Implemented Interfaces:
Opcodes, SpelNode

public class InlineList extends SpelNodeImpl
Represent a list in an expression, e.g. '{1,2,3}'
Since:
3.0.4
Author:
Andy Clement, Sam Brannen, Harry Yang, Semyon Danilov
  • Constructor Details

    • InlineList

      public InlineList(int startPos, int endPos, SpelNodeImpl... args)
  • Method Details