|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
int |
getLineIndex()
Return the current line index being read in this file |
Line |
getNextLine()
Return the next line, and advance the index to the next line in the file. |
int |
getType()
Return the type of this iterator, as an integer. |
void |
insertLine(Line aLine)
Insert a new line at the current line index. |
void |
resetLineIndex()
Reset the current line index to the beginning of the source |
Method Detail |
public void resetLineIndex()
public Line getNextLine()
public int getLineIndex()
public void insertLine(Line aLine) throws EditorException
aLine
- The line to insertEditorException
- if the line cannot be insertedpublic int getType()
|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |