Java org.eclipse.jdt.core.jdom IDOMType fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetComment()
Returns the comment associated with this member (including comment delimiters).
String[]getSuperInterfaces()
Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source, or an empty array if no superinterfaces are present.
voidsetName(String name)
The IDOMType refinement of this IDOMNode method sets the name of this type.
voidsetSuperInterfaces(String[] interfaceNames)
Sets the names of interfaces that this type implements or extends, in the order in which they are to be listed in the source.