clojure.lang
Class Compiler.RecurExpr

java.lang.Object
  extended by clojure.lang.Compiler.RecurExpr
Enclosing class:
Compiler

public static class Compiler.RecurExpr
extends Object


Field Summary
 IPersistentVector args
           
 IPersistentVector loopLocals
           
 
Constructor Summary
Compiler.RecurExpr(IPersistentVector loopLocals, IPersistentVector args, int line, String source)
           
 
Method Summary
 void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
           
 Object eval()
           
 Class getJavaClass()
           
 boolean hasJavaClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

public final IPersistentVector args

loopLocals

public final IPersistentVector loopLocals
Constructor Detail

Compiler.RecurExpr

public Compiler.RecurExpr(IPersistentVector loopLocals,
                          IPersistentVector args,
                          int line,
                          String source)
Method Detail

eval

public Object eval()

emit

public void emit(Compiler.C context,
                 Compiler.ObjExpr objx,
                 GeneratorAdapter gen)

hasJavaClass

public boolean hasJavaClass()

getJavaClass

public Class getJavaClass()


Copyright © 2012. All Rights Reserved.