public class

QualifiedIdentifier

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

Class Overview

Represents a dot separated sequence of strings that indicate a package qualified type reference.

Example: "java.lang.String" as in the expression "new java.lang.String('hello')"

Summary

[Expand]
Inherited Fields
From class org.springframework.expression.spel.ast.SpelNodeImpl
Public Constructors
QualifiedIdentifier(int pos, SpelNodeImpl... operands)
Public Methods
TypedValue getValueInternal(ExpressionState state)
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 QualifiedIdentifier (int pos, SpelNodeImpl... operands)

Public Methods

public TypedValue getValueInternal (ExpressionState state)

public String toStringAST ()