|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gnu.jel.Parser
Field Summary | |
int |
ct_column
Column, where the current token started |
int |
ct_line
Line, where the current token started |
int |
type
type of the currect token |
java.lang.Object |
val
value of the current |
Constructor Summary | |
Parser(java.lang.String in,
Library lib)
Initializes the parser. |
Method Summary | |
boolean |
isCast()
|
void |
nextToken()
|
OP |
parse(java.lang.Class resultType)
Parses expression. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int ct_column
public int ct_line
public java.lang.Object val
public int type
Constructor Detail |
public Parser(java.lang.String in, Library lib)
lib
- library to resolve functions inMethod Detail |
public void nextToken() throws CompilationException
CompilationException
public boolean isCast()
public OP parse(java.lang.Class resultType) throws CompilationException
CompilationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |