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

Example usage for Java org.eclipse.jdt.internal.compiler.env ISourceImport 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 ISourceImport.

The text is from its open source code.

Implementation

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

Method

intgetDeclarationSourceEnd()
Answer the source end position of the import declaration.
intgetDeclarationSourceStart()
Answer the source start position of the import declaration.
intgetModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec.