|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--kawigi.language.Skeleton
Represents the combination of a String of source code and a location for the caret to be set.
| Constructor Summary | |
Skeleton(java.lang.String source,
int caretLocation)
Creates a new Skeleton object with the given parameters for the code and caret location. |
|
| Method Summary | |
int |
getCaret()
Returns the index within the skeleton at which the caret should start out. |
java.lang.String |
getSource()
Returns the source code for this skeleton. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Skeleton(java.lang.String source,
int caretLocation)
| Method Detail |
public java.lang.String getSource()
public int getCaret()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||