open class QualifiedIdentifier : 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')"
Author
Andy Clement
Since
3.0
QualifiedIdentifier(pos: Int, vararg operands: SpelNodeImpl) |
open fun getValueInternal(state: ExpressionState): TypedValue |
|
open fun toStringAST(): String |