|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TextLineI
Generic numbered text line interface.
This interface is used to implement classes representing a single line of text. Such a stream can be used to hold text lines read from a source file.
This interface is used by the LineInputStreamI interface methods.
LineInputStreamI| Field Summary | |
|---|---|
static java.lang.String |
REV
Revision information. |
| Method Summary | |
|---|---|
java.lang.String |
getFileName()
Retrieves the source filename of this token. |
int |
getLineNo()
Retrieves the source line number of this text line. |
java.lang.String |
getText()
Retrieves the textual contents of this text line. |
| Field Detail |
|---|
static final java.lang.String REV
| Method Detail |
|---|
java.lang.String getText()
int getLineNo()
java.lang.String getFileName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||