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 ExtendedType.getRealType()
           
 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 Class.getSuperClass()
          Get the value of superClass.
 Type[] Method.getParameterTypes()
          Returns an array containing the types of the parameters
 Type TypedElement.getType()
          Get the value of type.
 Type RelationRole.getType()
           
 Type RelationRole.getAbstractType()
           
 Type Typed.getType()
           
 Type ModelElement.getType()
          Get the type of the model element.
 

Methods in org.objectweb.jac.ide with parameters of type Type
 void ExtendedType.setRealType(Type realType)
           
 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 Class.setSuperClass(Type v)
          Set the value of superClass.
 void TypedElement.setType(Type v)
          Set the value of type.
 

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

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.