|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmorfologik.fsa.FSAMatch
public final class FSAMatch
A matching result returned from FSATraversalHelper
.
FSATraversalHelper
Constructor Summary | |
---|---|
FSAMatch()
|
Method Summary | |
---|---|
FSAMatchType |
getMatchType()
Return match type. |
int |
getMismatchIndex()
Return the index at which a mismatch occurred. |
int |
getMismatchNode()
Return the node at which mismatch occurred. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FSAMatch()
Method Detail |
---|
public FSAMatchType getMatchType()
public int getMismatchIndex()
FSAMatchType
public int getMismatchNode()
FSAMatchType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |