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

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

Introduction

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

The text is from its open source code.

Method

voidadd(IJavaElement element)
Adds the given element and all of its descendents to this region.
booleancontains(IJavaElement element)
Returns whether the given element is contained in this region.
IJavaElement[]getElements()
Returns the top level elements in this region.