|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.parsec.PositionedToken
jfun.parsec.Tok
public final class Tok
This class carries the position information of a token.
Constructor Summary | |
---|---|
Tok(int i,
int l,
java.lang.Object tok)
Create a Tok object. |
Method Summary |
---|
Methods inherited from class jfun.parsec.PositionedToken |
---|
getIndex, getLength, getToken, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tok(int i, int l, java.lang.Object tok)
i
- the starting index.l
- the length of the token.tok
- the token.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |