|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gnu.expr.Expression
|
+--gnu.expr.ErrorExp
Class used to mark an erroneous expression
| Constructor Summary | |
ErrorExp(java.lang.String message)
|
|
| Method Summary | |
void |
compile(Compilation comp,
Target target)
|
java.lang.Object |
eval(Environment env)
|
void |
print(java.io.PrintWriter ps)
|
| Methods inherited from class gnu.expr.Expression |
compile,
compileNotePosition,
compileWithPosition,
getColumn,
getFile,
getLine,
getType,
setFile,
setLine,
setLine |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ErrorExp(java.lang.String message)
| Method Detail |
public java.lang.Object eval(Environment env)
public void print(java.io.PrintWriter ps)
public void compile(Compilation comp,
Target target)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||