|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cdgsoftware.icl.field.Position
public class Position
The Class Position.
Constructor Summary | |
---|---|
Position()
Instantiates a new position. |
|
Position(int start,
int end)
Instantiates a new position. |
Method Summary | |
---|---|
void |
dump(java.io.PrintStream p,
java.lang.String indent)
|
int |
getEnd()
Gets the end. |
int |
getLength()
Gets the length. |
int |
getStart()
Gets the start. |
void |
setEnd(int end)
Sets the end. |
void |
setStart(int start)
Sets the start. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Position()
public Position(int start, int end)
start
- the startend
- the endMethod Detail |
---|
public int getStart()
public void setStart(int start)
start
- the new startpublic int getEnd()
public void setEnd(int end)
end
- the new endpublic int getLength()
public void dump(java.io.PrintStream p, java.lang.String indent)
dump
in interface Loggeable
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |