|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.js.runtime.Location
public final class Location
| Field Summary | |
|---|---|
int |
fileIndex
The file index |
int |
offset
The file offset |
| Constructor Summary | |
|---|---|
Location(int fileIndex,
int offset)
Create a new instance of LookupPosition |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int fileIndex
public final int offset
| Constructor Detail |
|---|
public Location(int fileIndex,
int offset)
fileIndex - the index of the file for this positionoffset - The offset within the specified file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||