gnu.expr
Class CatchClause
java.lang.Object
|
+--gnu.expr.Expression
|
+--gnu.expr.ScopeExp
|
+--gnu.expr.CatchClause
- public class CatchClause
- extends ScopeExp
A "catch" clause of a "try-catch" form.
| Methods inherited from class gnu.expr.Expression |
compile,
compileNotePosition,
compileWithPosition,
eval,
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 |
CatchClause
public CatchClause(java.lang.String name,
ClassType type)
getNext
public final CatchClause getNext()
setNext
public final void setNext(CatchClause next)
getBody
public final Expression getBody()
setBody
public final void setBody(Expression body)
compile
public void compile(Compilation comp,
Target target)
- Overrides:
- compile in class Expression
print
public void print(java.io.PrintWriter ps)
- Overrides:
- print in class Expression