clojure.lang
Class Compiler.NewExpr

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

public static class Compiler.NewExpr
extends Object


Field Summary
 IPersistentVector args
           
 Class c
           
 Constructor ctor
           
 
Constructor Summary
Compiler.NewExpr(Class c, IPersistentVector args, int line, int column)
           
 
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

ctor

public final Constructor ctor

c

public final Class c
Constructor Detail

Compiler.NewExpr

public Compiler.NewExpr(Class c,
                        IPersistentVector args,
                        int line,
                        int column)
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 © 2015. All Rights Reserved.