com.aptana.ide.editor.js.environment
Class ScopeRange

java.lang.Object
  extended by com.aptana.ide.editor.js.environment.ScopeRange
All Implemented Interfaces:
java.lang.Comparable

public class ScopeRange
extends java.lang.Object
implements java.lang.Comparable

Author:
Spike Washburn

Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
See Also:
Comparable.compareTo(java.lang.Object)