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

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

Introduction

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

The text is from its open source code.

Field

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

Constructor

QualifiedType(AST ast)
Creates a new unparented node for a qualified type owned by the given AST.

Method

SimpleNamegetName()
Returns the name part of this qualified type.
TypegetQualifier()
Returns the qualifier of this qualified type.
voidsetName(SimpleName name)
Sets the name part of this qualified type to the given simple name.
voidsetQualifier(Type type)
Sets the qualifier of this qualified type to the given type.