|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RegularToken interface describes a Token
which is
specifically described using a RegularExpression
.
Fields inherited from interface org.inxar.syntacs.grammar.Token |
EPSILON, ERROR, STOP, UNDEF |
Method Summary | |
RegularGrammar |
getGrammar()
Return the RegularGrammar to which this
RegularToken belongs. |
RegularExpression |
getRegularExpression()
Returns the RegularExpression which implies the
set of strings this Token may assume. |
Methods inherited from interface org.inxar.syntacs.grammar.Token |
clone, getID, getName |
Method Detail |
public RegularExpression getRegularExpression()
RegularExpression
which implies the
set of strings this Token
may assume.public RegularGrammar getGrammar()
RegularGrammar
to which this
RegularToken
belongs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |