|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Terminal
interface abstracts objects which act as
concrete symbols in a context free language, typically as a
Token
. They form the leaves of the syntax tree.
Method Summary | |
Token |
getToken()
Returns the Token object upon which this
Terminal takes its identity. |
Methods inherited from interface org.inxar.syntacs.grammar.context_free.GrammarSymbol |
getFirstSet, getID, getName, isNullable, isTerminal |
Method Detail |
public Token getToken()
Token
object upon which this
Terminal
takes its identity.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |