|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.iface.domain.ChecklistParser.Line
static class ChecklistParser.Line
A line represented as an indentation count and a list of words.
Field Summary | |
---|---|
(package private) int |
indent
|
(package private) java.util.List |
words
|
Constructor Summary | |
---|---|
ChecklistParser.Line(int indent,
java.util.List words)
|
Method Summary | |
---|---|
(package private) boolean |
isEmpty()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int indent
java.util.List words
Constructor Detail |
---|
ChecklistParser.Line(int indent, java.util.List words)
Method Detail |
---|
boolean isEmpty()
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 |