Class NameQualifiedType

java.lang.Object

public class NameQualifiedType extends AnnotatableType
Node for a name-qualified type (added in JLS8 API).
 NameQualifiedType:
    Name . { Annotation } SimpleName
 

The qualifier can resolve to a type or to a package.

Note that if no annotation is present, then a name-qualified type can also be represented by a SimpleType or a QualifiedType, see the discussion in QualifiedType.

Since:
3.10
See Also: