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

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

Introduction

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

The text is from its open source code.

Field

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

Constructor

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

Method

Listannotations()
Returns the live ordered list of annotations for this Type node (added in JLS8 API).
NamegetName()
Returns the name of this simple type.
voidsetName(Name typeName)
Sets the name of this simple type to the given name.