类 QualifiedIdentifier

java.lang.Object
cn.taketoday.expression.spel.ast.SpelNodeImpl
cn.taketoday.expression.spel.ast.QualifiedIdentifier
所有已实现的接口:
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')"

从以下版本开始:
4.0
作者:
Andy Clement