clojure.lang
Class Compiler.TryExpr.CatchClause

java.lang.Object
  extended by clojure.lang.Compiler.TryExpr.CatchClause
Enclosing class:
Compiler.TryExpr

public static class Compiler.TryExpr.CatchClause
extends Object


Field Summary
 Class c
           
 clojure.lang.Compiler.Expr handler
           
 Compiler.LocalBinding lb
           
 
Constructor Summary
Compiler.TryExpr.CatchClause(Class c, Compiler.LocalBinding lb, clojure.lang.Compiler.Expr handler)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public final Class c

lb

public final Compiler.LocalBinding lb

handler

public final clojure.lang.Compiler.Expr handler
Constructor Detail

Compiler.TryExpr.CatchClause

public Compiler.TryExpr.CatchClause(Class c,
                                    Compiler.LocalBinding lb,
                                    clojure.lang.Compiler.Expr handler)


Copyright © 2015. All Rights Reserved.