Class Identifier

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

public class Identifier extends SpelNodeImpl
An 'identifier' SpelNode.
Since:
3.0
Author:
Andy Clement
  • Constructor Details

    • Identifier

      public Identifier(String payload, int startPos, int endPos)
  • Method Details