public static class Compiler.ListExpr extends java.lang.Object implements Compiler.Expr
| Modifier and Type | Field and Description | 
|---|---|
| IPersistentVector | args | 
| (package private) static Method | arrayToListMethod | 
| Constructor and Description | 
|---|
| Compiler.ListExpr(IPersistentVector args) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | emit(Compiler.C context,
    Compiler.ObjExpr objx,
    GeneratorAdapter gen) | 
| java.lang.Object | eval() | 
| java.lang.Class | getJavaClass() | 
| boolean | hasJavaClass() | 
public final IPersistentVector args
static final Method arrayToListMethod
public Compiler.ListExpr(IPersistentVector args)
public java.lang.Object eval()
eval in interface Compiler.Exprpublic 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.Expr