ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.rules
Class AbleLocation

java.lang.Object
  |
  +--com.ibm.able.rules.AbleLocation
All Implemented Interfaces:
java.io.Serializable

public class AbleLocation
extends java.lang.Object
implements java.io.Serializable

This class represents a location in an ARL source file.

See Also:
Serialized Form

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

AbleLocation

public AbleLocation(int theLine)
Construct an instance of an AbleLocation with specified line

AbleLocation

public AbleLocation(int theLine,
                    int theStartPos,
                    int theEndPos)
Construct an instance of an AbleLocation with specified line, start, end positions
Method Detail

getLine

public int getLine()

getStartPos

public int getStartPos()

getEndPos

public int getEndPos()

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003