|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
B
- type of the bufferT
- type of terminalsN
- type of non terminalsP
- type of productionsV
- type of versionspublic interface LexerAndParser<B extends LexerBuffer,T,N,P,V>
The couple lexer/parser. The parser is linked to the output of the lexer.
Method Summary | |
---|---|
Lexer<B> |
getLexer()
Returns the lexer. |
Parser<T,N,P,V> |
getParser()
Returns the parser. |
Method Detail |
---|
Lexer<B> getLexer()
Parser<T,N,P,V> getParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |