com.aptana.ide.editor.js.runtime
Class Location

java.lang.Object
  extended by com.aptana.ide.editor.js.runtime.Location

public final class Location
extends java.lang.Object

Author:
Kevin Lindsey

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

fileIndex

public final int fileIndex
The file index


offset

public final int offset
The file offset

Constructor Detail

Location

public Location(int fileIndex,
                int offset)
Create a new instance of LookupPosition

Parameters:
fileIndex - the index of the file for this position
offset - The offset within the specified file