Uses of Class
koala.dynamicjava.interpreter.TreeInterpreter.ConstructorParametersDescriptor

Packages that use TreeInterpreter.ConstructorParametersDescriptor
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
 

Uses of TreeInterpreter.ConstructorParametersDescriptor in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type TreeInterpreter.ConstructorParametersDescriptor
protected  java.lang.Object[] TreeInterpreter.interpretArguments(java.lang.Class c, TreeInterpreter.ConstructorParametersDescriptor cpd, java.lang.Object[] args)
          This method is used to implement constructor invocation.
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.