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

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

Introduction

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

The text is from its open source code.

Constructor

SourceRange(int offset, int length)
Instantiate a new source range using the given offset and the given length.

Method

intgetLength()
intgetOffset()
booleanisAvailable(ISourceRange range)
Helper method that answers whether a valid source range is available in the given ISourceRange.