Java org.eclipse.jdt.core.dom NameQualifiedType fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom NameQualifiedType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom NameQualifiedType.

The text is from its open source code.

Field

ChildPropertyDescriptorNAME_PROPERTY
The "name" structural property of this node type (child type: SimpleName ).

Method

Listannotations()
Returns the live ordered list of annotations for this Type node (added in JLS8 API).
SimpleNamegetName()
Returns the name part of this name-qualified type.
NamegetQualifier()
Returns the qualifier of this name-qualified type.