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

Packages that use InvalidDelegateException
org.objectweb.jac.core.rtti   
 

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

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

Constructors in org.objectweb.jac.core.rtti that throw InvalidDelegateException
MixinMethodItem(Method method, ClassItem parent)
           
MethodItem(Method delegate, ClassItem parent)
          Default contructor to create a new method item object.
MetaItemDelegate(Object delegate)
          Default contructor to create a new meta item object.
MemberItem(Object delegate, ClassItem parent)
           
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.
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.
ClassItem(Class delegate)
          Default contructor to create a new class item object.
AbstractMethodItem(Object delegate, ClassItem parent)
          Default contructor to create a new abstract method item.