类 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')"

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