public static class Compiler.VectorExpr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
IPersistentVector |
args |
| Constructor and Description |
|---|
VectorExpr(IPersistentVector args) |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
java.lang.Object |
eval() |
java.lang.Class |
getJavaClass() |
boolean |
hasJavaClass() |
static clojure.lang.Compiler.Expr |
parse(Compiler.C context,
IPersistentVector form) |
public final IPersistentVector args
public VectorExpr(IPersistentVector args)
public java.lang.Object eval()
throws java.lang.Exception
java.lang.Exceptionpublic void emit(Compiler.C context, Compiler.FnExpr fn, GeneratorAdapter gen)
public boolean hasJavaClass()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Class getJavaClass()
throws java.lang.Exception
java.lang.Exceptionpublic static clojure.lang.Compiler.Expr parse(Compiler.C context, IPersistentVector form) throws java.lang.Exception
java.lang.Exception