void |
Compiler.AssignExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.VarExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.TheVarExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.KeywordExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.TryExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.NewExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.MetaExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.IfExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.EmptyExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.ListExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.MapExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.SetExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.VectorExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.FnExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.LocalBindingExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.BodyExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.LetFnExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.LetExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.RecurExpr.emit(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.VarExpr.emitAssign(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen,
clojure.lang.Compiler.Expr val) |
static void |
Compiler.HostExpr.emitBoxReturn(Compiler.FnExpr fn,
GeneratorAdapter gen,
java.lang.Class returnType) |
void |
Compiler.FnExpr.emitConstant(GeneratorAdapter gen,
int id) |
void |
Compiler.FnExpr.emitKeyword(GeneratorAdapter gen,
Keyword k) |
void |
Compiler.FnExpr.emitLetFnInits(GeneratorAdapter gen,
Compiler.FnExpr fn,
IPersistentSet letFnLocals) |
static void |
Compiler.HostExpr.emitUnboxArg(Compiler.FnExpr fn,
GeneratorAdapter gen,
java.lang.Class paramType) |
void |
Compiler.MaybePrimitiveExpr.emitUnboxed(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.LocalBindingExpr.emitUnboxed(Compiler.C context,
Compiler.FnExpr fn,
GeneratorAdapter gen) |
void |
Compiler.FnExpr.emitVar(GeneratorAdapter gen,
Var var) |