jfun.parsec
public class ParsingFrame extends Object
| Constructor Summary | |
|---|---|
| ParsingFrame(String module, int ind, Pos pos, Parser parser)
To create a ParsingFrame object. | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| int | getIndex()
Get the index of the character within the source. |
| String | getModule()
Get the module name. |
| Parser | getParser()
Get the Parser object executed. |
| Pos | getPosition()
Get the position within the source. |
| int | hashCode() |
| String | toString() |
Parameters: module the module name. ind the index of the character within the source. pos the position of the character. parser the parser executed.