public static class Compiler.TryExpr.CatchClause extends Object
| Modifier and Type | Field and Description |
|---|---|
Class |
c |
clojure.lang.Compiler.Expr |
handler |
Compiler.LocalBinding |
lb |
| Constructor and Description |
|---|
CatchClause(Class c,
Compiler.LocalBinding lb,
clojure.lang.Compiler.Expr handler) |
public final Class c
public final Compiler.LocalBinding lb
public final clojure.lang.Compiler.Expr handler
public CatchClause(Class c, Compiler.LocalBinding lb, clojure.lang.Compiler.Expr handler)
Copyright © 2018. All rights reserved.