Class QualifiedIdentifier

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

public class QualifiedIdentifier extends SpelNodeImpl
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')"

Since:
3.0
Author:
Andy Clement