public class ParsingFrame
extends java.lang.Object
| Constructor and Description |
|---|
ParsingFrame(java.lang.String module,
int ind,
Pos pos,
Parser parser)
To create a ParsingFrame object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getIndex()
Get the index of the character within the source.
|
java.lang.String |
getModule()
Get the module name.
|
Parser |
getParser()
Get the Parser object executed.
|
Pos |
getPosition()
Get the position within the source.
|
int |
hashCode() |
java.lang.String |
toString() |
public int getIndex()
public java.lang.String getModule()
public Parser getParser()
public Pos getPosition()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object