clojure.lang
Class Compiler.ListExpr

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

public static class Compiler.ListExpr
extends Object


Field Summary
 IPersistentVector args
           
 
Constructor Summary
Compiler.ListExpr(IPersistentVector args)
           
 
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
Constructor Detail

Compiler.ListExpr

public Compiler.ListExpr(IPersistentVector args)
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.