clojure.lang
Class Compiler.TryExpr.CatchClause
java.lang.Object
clojure.lang.Compiler.TryExpr.CatchClause
- Enclosing class:
- Compiler.TryExpr
public static class Compiler.TryExpr.CatchClause
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
c
public final Class c
lb
public final Compiler.LocalBinding lb
handler
public final clojure.lang.Compiler.Expr handler
Compiler.TryExpr.CatchClause
public Compiler.TryExpr.CatchClause(Class c,
Compiler.LocalBinding lb,
clojure.lang.Compiler.Expr handler)
Copyright © 2014. All Rights Reserved.