java.lang.Object
org.eclipse.m2m.atl.adt.ui.editor.IOccurrencesFinder.OccurrenceLocation
- Enclosing interface:
- IOccurrencesFinder
public static class IOccurrencesFinder.OccurrenceLocation
extends Object
Element representing a occurrence
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
OccurrenceLocation
public OccurrenceLocation(int offset,
int length,
int flags,
String description)
-
Method Details
-
getOffset
public int getOffset()
-
getLength
public int getLength()
-
getFlags
public int getFlags()
-
getDescription
public String getDescription()
-