Uses of Class
org.objectweb.jac.ide.Type

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

Uses of Type in org.objectweb.jac.ide
 

Subclasses of Type in org.objectweb.jac.ide
 class Aspect
           
 class Class
          This class represents a class meta element.
 class EnumeratedType
          This class represents an enumerated type.
 class ExtendedType
          This class represents an extended type.
 class Interface
           
 class Repository
          This class represents a repository class.
 

Methods in org.objectweb.jac.ide that return Type
 Type TypeRepository.resolveType(String name)
          Resolve a type from its name (use for primitive types only).
 Type TypeRepository.resolveType(String name, String path)
          Resolve a type from its name and path.
 Type TypeRepository.getVoid()
           
 Type TypeRepository.getInt()
           
 Type TypeRepository.getLong()
           
 Type TypeRepository.getBoolean()
           
 Type TypeRepository.getDouble()
           
 Type TypeRepository.getFloat()
           
 Type TypedElement.getType()
          Get the value of type.
 Type Typed.getType()
           
 Type RelationRole.getType()
           
 Type RelationRole.getAbstractType()
           
 Type ModelElement.getType()
          Get the type of the model element.
 Type[] Method.getParameterTypes()
          Returns an array containing the types of the parameters
 Type ExtendedType.getRealType()
           
 Type Class.getSuperClass()
          Get the value of superClass.
 

Methods in org.objectweb.jac.ide with parameters of type Type
 void TypeRepository.addPrimitiveType(Type type)
          Add a primitive type in the repository.
 void TypeRepository.removePrimitievType(Type type)
           
 void TypeRepository.addExternalClass(Type type)
          Add an external class in the repository.
 void TypeRepository.removeExternalClass(Type type)
          Remove an external class from the repository.
 boolean TypeRepository.containsType(Type type)
          Tells wether the repository contains a given type
 void TypedElement.setType(Type v)
          Set the value of type.
 void ExtendedType.setRealType(Type realType)
           
 void Class.setSuperClass(Type v)
          Set the value of superClass.
 

Constructors in org.objectweb.jac.ide with parameters of type Type
Parameter(String name, Type type)
           
ExtendedType(String name, Type realType)
           
 

Uses of Type in org.objectweb.jac.ide.swing
 

Methods in org.objectweb.jac.ide.swing with parameters of type Type
 List MethodBodyCompletionEngine.buildTypeWords(Type type)
          Get all the accessible words in the context of a given type.