Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
PersistentVector |
Compiler.LetFnExpr.bindingInits |
PersistentVector |
Compiler.LetExpr.bindingInits |
PersistentVector |
Compiler.TryExpr.catchExprs |
static PersistentVector |
PersistentVector.EMPTY |
PersistentVector |
PersistentVector.ChunkedSeq.vec |
Modifier and Type | Method and Description |
---|---|
PersistentVector |
Compiler.ObjMethod.argLocals() |
PersistentVector |
PersistentVector.assocN(int i,
java.lang.Object val) |
PersistentVector |
PersistentVector.cons(java.lang.Object val) |
PersistentVector |
Compiler.ObjExpr.constants() |
static PersistentVector |
PersistentVector.create(ISeq items) |
static PersistentVector |
PersistentVector.create(java.util.List items) |
static PersistentVector |
PersistentVector.create(java.lang.Object... items) |
PersistentVector |
Compiler.BodyExpr.exprs() |
PersistentVector |
PersistentVector.pop() |
PersistentVector |
Compiler.FnMethod.reqParms() |
PersistentVector |
PersistentVector.withMeta(IPersistentMap meta) |
Constructor and Description |
---|
BodyExpr(PersistentVector exprs) |
ChunkedSeq(PersistentVector vec,
int i,
int offset) |
LetExpr(PersistentVector bindingInits,
clojure.lang.Compiler.Expr body,
boolean isLoop) |
LetFnExpr(PersistentVector bindingInits,
clojure.lang.Compiler.Expr body) |
TryExpr(clojure.lang.Compiler.Expr tryExpr,
PersistentVector catchExprs,
clojure.lang.Compiler.Expr finallyExpr,
int retLocal,
int finallyLocal) |