Package | Description |
---|---|
clojure.lang |
Clojure language implementation.
|
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 |
---|---|
static PersistentVector |
PersistentVector.adopt(Object[] items) |
PersistentVector |
Compiler.ObjMethod.argLocals() |
PersistentVector |
PersistentVector.assocN(int i,
Object val) |
PersistentVector |
PersistentVector.cons(Object val) |
PersistentVector |
Compiler.ObjExpr.constants() |
static PersistentVector |
PersistentVector.create(IReduceInit items) |
static PersistentVector |
PersistentVector.create(ISeq items) |
static PersistentVector |
PersistentVector.create(Iterable items) |
static PersistentVector |
PersistentVector.create(List list) |
static PersistentVector |
PersistentVector.create(Object... items) |
PersistentVector |
Compiler.BodyExpr.exprs() |
PersistentVector |
PersistentVector.pop() |
PersistentVector |
Compiler.FnMethod.reqParms() |
PersistentVector |
PersistentVector.withMeta(IPersistentMap meta) |
Constructor and Description |
---|
Compiler.BodyExpr(PersistentVector exprs) |
Compiler.LetExpr(PersistentVector bindingInits,
clojure.lang.Compiler.Expr body,
boolean isLoop) |
Compiler.LetFnExpr(PersistentVector bindingInits,
clojure.lang.Compiler.Expr body) |
Compiler.TryExpr(clojure.lang.Compiler.Expr tryExpr,
PersistentVector catchExprs,
clojure.lang.Compiler.Expr finallyExpr,
int retLocal,
int finallyLocal) |
PersistentVector.ChunkedSeq(PersistentVector vec,
int i,
int offset) |
Copyright © 2017. All rights reserved.