Uses of Interface
edu.rice.cs.dynamicjava.symbol.DJConstructor

Packages that use DJConstructor
edu.rice.cs.dynamicjava.symbol   
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
 

Uses of DJConstructor in edu.rice.cs.dynamicjava.symbol
 

Classes in edu.rice.cs.dynamicjava.symbol that implement DJConstructor
protected  class JavaClass.JavaConstructor
          Non-static in order to determine the outer type.
 

Methods in edu.rice.cs.dynamicjava.symbol that return DJConstructor
 DJConstructor TypeSystem.ConstructorInvocation.constructor()
           
 DJConstructor JavaClass.JavaConstructor.declaredSignature()
           
 DJConstructor DJConstructor.declaredSignature()
          Get the original declared constructor (prior to any substitutions, etc).
 

Methods in edu.rice.cs.dynamicjava.symbol that return types with arguments of type DJConstructor
 Iterable<DJConstructor> JavaClass.declaredConstructors()
           
 Iterable<DJConstructor> DJClass.declaredConstructors()
           
 Iterable<DJConstructor> TreeClass.declaredConstructors()
           
 Iterable<DJConstructor> Java5Class.declaredConstructors()
           
 Iterable<DJConstructor> FunctionWrapperClass.declaredConstructors()
           
 

Constructors in edu.rice.cs.dynamicjava.symbol with parameters of type DJConstructor
TypeSystem.ConstructorInvocation(DJConstructor constructor, Iterable<? extends Type> typeArgs, Iterable<? extends Expression> args, Iterable<? extends Type> thrown)
           
 

Uses of DJConstructor in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter that return DJConstructor
static DJConstructor NodeProperties.getConstructor(Node n)
           
static DJConstructor NodeProperties.setConstructor(Node n, DJConstructor c)
           
 

Methods in koala.dynamicjava.interpreter with parameters of type DJConstructor
static DJConstructor NodeProperties.setConstructor(Node n, DJConstructor c)