public static class Compiler.TryExpr.CatchClause
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.Class | c | 
| (package private) Label | endLabel | 
| Compiler.Expr | handler | 
| (package private) Label | label | 
| Compiler.LocalBinding | lb | 
| Constructor and Description | 
|---|
| Compiler.TryExpr.CatchClause(java.lang.Class c,
                            Compiler.LocalBinding lb,
                            Compiler.Expr handler) | 
public final java.lang.Class c
public final Compiler.LocalBinding lb
public final Compiler.Expr handler
Label label
Label endLabel
public Compiler.TryExpr.CatchClause(java.lang.Class c,
                            Compiler.LocalBinding lb,
                            Compiler.Expr handler)