static class Compiler.ThrowExpr extends Compiler.UntypedExpr
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | Compiler.ThrowExpr.Parser | 
| Modifier and Type | Field and Description | 
|---|---|
| Compiler.Expr | excExpr | 
| Constructor and Description | 
|---|
| Compiler.ThrowExpr(Compiler.Expr excExpr) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | emit(Compiler.C context,
    Compiler.ObjExpr objx,
    GeneratorAdapter gen) | 
| java.lang.Object | eval() | 
getJavaClass, hasJavaClasspublic final Compiler.Expr excExpr
public Compiler.ThrowExpr(Compiler.Expr excExpr)
public java.lang.Object eval()
public void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)