Uses of Interface
org.objectweb.jac.ide.Element

Packages that use Element
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of Element in org.objectweb.jac.ide
 

Subinterfaces of Element in org.objectweb.jac.ide
 interface Typed
           
 

Classes in org.objectweb.jac.ide that implement Element
 class AspectMethod
           
 class Constructor
           
 class Field
           
 class FieldMethod
          Base class for Getter and Setter.
 class Getter
          Getter method for a field.
 class Instance
           
 class Member
          A member item of a class such as a field or a method.
 class Method
           
 class Parameter
           
 class RelationRole
           
 class Role
           
 class Setter
           
 class TypedElement