Java org.eclipse.jdt.internal.compiler.env ISourceType fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.env ISourceType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.env ISourceType.

The text is from its open source code.

Implementation

org.eclipse.jdt.internal.compiler.env.ISourceType has the following implementations.
Click this link to see all its implementation.

Method

intgetDeclarationSourceEnd()
Answer the source end position of the type's declaration.
intgetDeclarationSourceStart()
Answer the source start position of the type's declaration.
ISourceTypegetEnclosingType()
Answer the enclosing type or null if the receiver is a top level type.
char[]getFileName()
Answer the file name which defines the type.
char[][]getInterfaceNames()
Answer the unresolved names of the receiver's interfaces or null if the array is empty.
intgetModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec.
char[]getName()
Answer the simple source name of the receiver.
intgetNameSourceEnd()
Answer the source end position of the type's name.
intgetNameSourceStart()
Answer the source start position of the type's name.
char[]getSuperclassName()
Answer the unresolved name of the receiver's superclass or null if it does not have one.