|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.scan.WordInfo
public class WordInfo
When reading a word you can save the text and if it was quoted or not.
Constructor Summary | |
---|---|
WordInfo(java.lang.String text,
boolean quoted)
|
Method Summary | |
---|---|
java.lang.String |
getText()
|
boolean |
isQuoted()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WordInfo(java.lang.String text, boolean quoted)
Method Detail |
---|
public java.lang.String getText()
public boolean isQuoted()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |