|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSpellReader.Phrase
private class SpellReader.Phrase
Track an ordered group of words.
Field Summary | |
---|---|
(package private) float |
baseScore
|
(package private) float |
score
|
(package private) SpellReader.Word[] |
words
|
Constructor Summary | |
---|---|
private |
SpellReader.Phrase()
|
Method Summary | |
---|---|
void |
calcScore()
|
void |
calcScore(PrintWriter debugWriter)
|
Object |
clone()
|
String[] |
toStringArray()
|
Methods inherited from class Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
SpellReader.Word[] words
float baseScore
float score
Constructor Detail |
---|
private SpellReader.Phrase()
Method Detail |
---|
public Object clone()
clone
in class Object
public void calcScore() throws IOException
IOException
public void calcScore(PrintWriter debugWriter) throws IOException
IOException
public String[] toStringArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |