Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
(package private) PersistentVector |
Compiler.ObjMethod.argLocals |
PersistentVector |
Compiler.LetFnExpr.bindingInits |
PersistentVector |
Compiler.LetExpr.bindingInits |
PersistentVector |
Compiler.TryExpr.catchExprs |
(package private) PersistentVector |
Compiler.ObjExpr.constants |
static PersistentVector |
PersistentVector.EMPTY |
(package private) PersistentVector |
Compiler.BodyExpr.exprs |
(package private) PersistentVector |
PersistentQueue.r |
(package private) PersistentVector |
Compiler.FnMethod.reqParms |
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.TransientVector.persistent() |
PersistentVector |
PersistentVector.pop() |
PersistentVector |
Compiler.FnMethod.reqParms() |
PersistentVector |
PersistentVector.withMeta(IPersistentMap meta) |
Constructor and Description |
---|
Compiler.BodyExpr(PersistentVector exprs) |
Compiler.LetExpr(PersistentVector bindingInits,
Compiler.Expr body,
boolean isLoop) |
Compiler.LetFnExpr(PersistentVector bindingInits,
Compiler.Expr body) |
Compiler.TryExpr(Compiler.Expr tryExpr,
PersistentVector catchExprs,
Compiler.Expr finallyExpr,
int retLocal,
int finallyLocal) |
PersistentQueue(IPersistentMap meta,
int cnt,
ISeq f,
PersistentVector r) |
PersistentVector.ChunkedSeq(IPersistentMap meta,
PersistentVector vec,
java.lang.Object[] node,
int i,
int offset) |
PersistentVector.ChunkedSeq(PersistentVector vec,
int i,
int offset) |
PersistentVector.ChunkedSeq(PersistentVector vec,
java.lang.Object[] node,
int i,
int offset) |
PersistentVector.TransientVector(PersistentVector v) |