clojure.lang
Class Compiler.UntypedExpr

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

public abstract static class Compiler.UntypedExpr
extends java.lang.Object


Constructor Summary
Compiler.UntypedExpr()
           
 
Method Summary
 void emit(Compiler.C context, Compiler.ObjExpr objx, GeneratorAdapter gen)
           
 java.lang.Object eval()
           
 java.lang.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 java.lang.Class getJavaClass()

hasJavaClass

public boolean hasJavaClass()

eval

public java.lang.Object eval()

emit

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


Copyright © 2011. All Rights Reserved.