|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaItemDelegate | |
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 MetaItemDelegate in org.objectweb.jac.core.rtti |
Subclasses of MetaItemDelegate in org.objectweb.jac.core.rtti | |
class |
AbstractMethodItem
This class defines a meta item that corresponds to the java.lang.reflect.Method and to the
java.lang.reflect.Constructor meta elements.
|
class |
ClassItem
This class defines a meta item that corresponds to the java.lang.reflect.Class meta element. |
class |
CollectionItem
This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an
array, a collection, or a map type. |
class |
ConstructorItem
This class defines a meta item that corresponds to the java.lang.reflect.Constructor meta element. |
class |
FieldItem
This class defines a meta item that corresponds to the java.lang.reflect.Field meta element. |
class |
MemberItem
This class defines a meta item that corresponds to a field or a method. |
class |
MethodItem
This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
|
class |
MixinMethodItem
|
Fields in org.objectweb.jac.core.rtti declared as MetaItemDelegate | |
protected MetaItemDelegate |
MetaItemDelegate.parent
Stores the parent of this meta item |
Methods in org.objectweb.jac.core.rtti that return MetaItemDelegate | |
MetaItemDelegate |
MetaItemDelegate.getParent()
Gets the parent class item of this meta item. |
Methods in org.objectweb.jac.core.rtti with parameters of type MetaItemDelegate | |
void |
MetaItemDelegate.setParent(MetaItemDelegate parent)
Sets the parent. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |