Package com.ibm.wala.cast.tree.impl
Class AbstractSourcePosition
- java.lang.Object
-
- com.ibm.wala.cast.tree.impl.AbstractSourcePosition
-
- All Implemented Interfaces:
CAstSourcePositionMap.Position
,IMethod.SourcePosition
,Comparable
- Direct Known Subclasses:
LineNumberPosition
,RangePosition
public abstract class AbstractSourcePosition extends Object implements CAstSourcePositionMap.Position
-
-
Constructor Summary
Constructors Constructor Description AbstractSourcePosition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ibm.wala.cast.tree.CAstSourcePositionMap.Position
getReader, getURL
-
Methods inherited from interface com.ibm.wala.classLoader.IMethod.SourcePosition
getFirstCol, getFirstLine, getFirstOffset, getLastCol, getLastLine, getLastOffset
-
-
-
-
Method Detail
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
-