| Modifier and Type | Method and Description |
|---|---|
SourceRegion |
SourceFactory.createSourceRegion()
Returns a new object of class 'Region'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SourceSwitch.caseSourceRegion(SourceRegion object)
Returns the result of interpreting the object as an instance of 'Region'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RevealingStrategy.revealInTextEditor(IFile file,
SourceRegion sourceRegion)
Open the file in the right editor, then uses revealInTextEditor method to
select it
|
void |
RevealingStrategy.selectInTextEditor(IEditorPart iEditorPart,
SourceRegion sourceRegion)
Select the given soruceRegion in the given Editor
|
| Modifier and Type | Method and Description |
|---|---|
static IFile |
Utils.getIFileFromSourceRegion(SourceRegion sourceRegion)
Return the File which contain the sourceRegion
|