|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--kawigi.editor.Interval
Represents a block of code that is logically delimited (like by parentheses, curly braces, or other matched constructs).
| Constructor Summary | |
Interval(int start,
int end,
int startind,
int endind,
java.lang.String name)
Constructs a new Interval with the given fields. |
|
| Method Summary | |
int |
getEndIndex()
Returns the literal index in the string of code that the block ends on. |
int |
getEndLine()
Returns the line number that the block ends on. |
java.lang.String |
getName()
Returns the "name" of this block. |
int |
getStartIndex()
Returns the literal index in the string that the block starts on. |
int |
getStartLine()
Returns the line number that the block starts on. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Interval(int start,
int end,
int startind,
int endind,
java.lang.String name)
| Method Detail |
public java.lang.String getName()
public int getStartLine()
public int getEndLine()
public int getStartIndex()
public int getEndIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||