Uses of Interface
koala.dynamicjava.classinfo.ConstructorInfo

Packages that use ConstructorInfo
koala.dynamicjava.classinfo Contains all the classes and interfaces for using reflection on Java or interpreted classes. 
 

Uses of ConstructorInfo in koala.dynamicjava.classinfo
 

Classes in koala.dynamicjava.classinfo that implement ConstructorInfo
 class JavaConstructorInfo
          The instances of this class provides informations about class constructors compiled to JVM bytecode.
 class TreeConstructorInfo
          The instances of this class provides informations about class constructors not yet compiled to JVM bytecode.
 

Methods in koala.dynamicjava.classinfo that return ConstructorInfo
 ConstructorInfo[] ClassInfo.getConstructors()
          Returns the constructor infos for the current class
 ConstructorInfo[] JavaClassInfo.getConstructors()
          Returns the constructor infos for the current class
static ConstructorInfo ClassInfoUtilities.lookupConstructor(ClassInfo cl, ClassInfo[] ac)
          Looks for a constructor in the given class or in super classes of this class.
 ConstructorInfo[] TreeClassInfo.getConstructors()
          Returns the constructor infos for the current class
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.