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

Packages that use InvalidDelegateException
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 InvalidDelegateException in org.objectweb.jac.core.rtti
 

Methods in org.objectweb.jac.core.rtti that throw InvalidDelegateException
 void RttiAC.addMixinMethod(ClassItem cli, MethodItem method)
           
 void RttiConf.addMixinMethod(ClassItem cli, MethodItem method)
          Adds a mixin method to a class.
 

Constructors in org.objectweb.jac.core.rtti that throw InvalidDelegateException
ClassItem(Class delegate)
          Default contructor to create a new class item object.
CollectionItem(Field delegate, ClassItem parent)
          Creates a CollectionItem for a real field
CollectionItem(String name, List path, ClassItem parent)
          Creates a CollectionItem for an expression field.
FieldItem(Field delegate, ClassItem parent)
          Default contructor to create a new field item object.
ConstructorItem(Constructor delegate, ClassItem parent)
          Default contructor to create a new constructor item object.
MixinMethodItem(Method method, ClassItem parent)
           
MethodItem(Method delegate, ClassItem parent)
          Default contructor to create a new method item object.
AbstractMethodItem(Object delegate, ClassItem parent)
          Default contructor to create a new abstract method item.
MemberItem(Object delegate, ClassItem parent)
           
MetaItemDelegate(Object delegate)
          Default contructor to create a new meta item object.