public static class Compiler.BodyExpr extends java.lang.Object implements Compiler.Expr, Compiler.MaybePrimitiveExpr
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | Compiler.BodyExpr.Parser | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) PersistentVector | exprs | 
| Constructor and Description | 
|---|
| Compiler.BodyExpr(PersistentVector exprs) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canEmitPrimitive() | 
| void | emit(Compiler.C context,
    Compiler.ObjExpr objx,
    GeneratorAdapter gen) | 
| void | emitUnboxed(Compiler.C context,
           Compiler.ObjExpr objx,
           GeneratorAdapter gen) | 
| java.lang.Object | eval() | 
| PersistentVector | exprs() | 
| java.lang.Class | getJavaClass() | 
| boolean | hasJavaClass() | 
| private Compiler.Expr | lastExpr() | 
PersistentVector exprs
public Compiler.BodyExpr(PersistentVector exprs)
public final PersistentVector exprs()
public java.lang.Object eval()
eval in interface Compiler.Exprpublic boolean canEmitPrimitive()
canEmitPrimitive in interface Compiler.MaybePrimitiveExprpublic void emitUnboxed(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emitUnboxed in interface Compiler.MaybePrimitiveExprpublic void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
emit in interface Compiler.Exprpublic boolean hasJavaClass()
hasJavaClass in interface Compiler.Exprpublic java.lang.Class getJavaClass()
getJavaClass in interface Compiler.Exprprivate Compiler.Expr lastExpr()