Uses of Class
org.objectweb.jac.core.rtti.ConstructorItem

Packages that use ConstructorItem
org.objectweb.jac.core.rtti Provides an aspect that contructs some RTTI (Run-Time Type Informations) for the classes that need it on the top of a structural metamodel (extending java.lang.reflect). 
 

Uses of ConstructorItem in org.objectweb.jac.core.rtti
 

Methods in org.objectweb.jac.core.rtti that return ConstructorItem
 ConstructorItem ClassItem.getConstructor(Class[] parameterTypes)
           
 ConstructorItem ClassItem.getConstructor(String parameterTypes)
          Get a constructor with given parameter types
 ConstructorItem ClassItem.getConstructor(Constructor constructor)
          Gets the constructor item of this class item that matches the given java.lang.reflect.Constructor.
 

Methods in org.objectweb.jac.core.rtti with parameters of type ConstructorItem
 void ClassItem.addConstructor(ConstructorItem constructor)
          Add a constructor item to this class item.
static Constructor[] ConstructorItem.toConstructors(ConstructorItem[] constructorItems)
          Transforms a constructor items array into a constructors array containing the java.lang.reflect constructors wrapped by the constructor items.
static String NamingConventions.getShortConstructorName(ConstructorItem constructor)
          Returns the short name of a given constructor.