|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.rules.AbleLocation
This class represents a location in an ARL source file.
| Field Summary | |
|---|---|
static int |
UNDEFINED
|
| 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 |
| Field Detail |
public static final int UNDEFINED
| 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.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||