|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Position
Method Summary | |
---|---|
void |
addNext(Position sibling)
Used by Glushkov graph builder to add sibling position that may *follow* this one in some valid input sequence |
org.w3c.dom.Element |
getElement()
|
java.util.List<Position> |
getNextSiblings()
|
boolean |
isFinal()
|
boolean |
match(org.w3c.dom.Element symbol,
Matcher comparer)
Used during input sequence matching phase. |
void |
setFinal()
Used by Glushkov graph builder to mark position as final |
Method Detail |
---|
java.util.List<Position> getNextSiblings()
void addNext(Position sibling)
boolean isFinal()
void setFinal()
boolean match(org.w3c.dom.Element symbol, Matcher comparer) throws InvalidTemplateException
InvalidTemplateException
org.w3c.dom.Element getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |