|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.rules.AbleLocation
This class represents a location in an ARL source file.
Constructor Summary | |
---|---|
AbleLocation(int theLine)
Construct an instance of an AbleLocation with specified line |
|
AbleLocation(int theLine,
int theStartPos,
int theEndPos)
Construct an instance of an AbleLocation with specified line, start, end positions |
Method Summary | |
---|---|
int |
getEndPos()
|
int |
getLine()
|
int |
getStartPos()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbleLocation(int theLine)
public AbleLocation(int theLine, int theStartPos, int theEndPos)
Method Detail |
public int getLine()
public int getStartPos()
public int getEndPos()
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |