ABLE 2.3.0 07/13/2005 14:21:00

com.ibm.able.rules
Class AbleLocation

java.lang.Object
  extended bycom.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

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

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values
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.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005