clojure.lang
Class Compiler.UntypedExpr

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

public abstract static class Compiler.UntypedExpr
extends Object


Constructor Summary
Compiler.UntypedExpr()
           
 
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
 

Constructor Detail

Compiler.UntypedExpr

public Compiler.UntypedExpr()
Method Detail

getJavaClass

public Class getJavaClass()

hasJavaClass

public boolean hasJavaClass()

eval

public Object eval()

emit

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


Copyright © 2012. All Rights Reserved.