| Home | Trees | Index | Help |
|---|
| Module yeanpypa :: Class ParseResult |
|
| Method Summary | |
|---|---|
Initialize the result object with the input reader and the token list. | |
Check whether the input was fully consumed. | |
Return the list of token generated by the parser. | |
| Method Details |
|---|
__init__(self,
input_reader,
token)
Initialize the result object with the input reader and the token
list.
|
full(self)Check whether the input was fully consumed. @return True if the input was fully consumed, False otherwise. |
getTokens(self)Return the list of token generated by the parser.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sat Feb 10 16:11:43 2007 | http://epydoc.sf.net |