Uses of Class
de.uni_paderborn.fujaba.uml.UMLTypeList

Packages that use UMLTypeList
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of UMLTypeList in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLTypeList
 UMLTypeList UMLTypeList.createNewInstance()
          returns a new empty list.
 UMLTypeList UMLType.getRevTypes()
          Get the revTypes attribute of the UMLType object
 UMLTypeList UMLProject.getTypeList()
          Get the typeList attribute of the UMLProject object
 UMLTypeList UMLClass.getRevTypes()
          Get the revTypes attribute of the UMLClass object
 UMLTypeList UMLBaseTypes.getRevTypes()
          Get the revTypes attribute of the UMLBaseTypes object
 UMLTypeList UMLArray.getRevTypes()
          Get the revTypes attribute of the UMLArray object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLTypeList
 void UMLProject.setTypeList(UMLTypeList typeList)
          Sets the typeList attribute of the UMLProject object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLTypeList
UMLClass(java.lang.String name, UMLStereotype stereotype, UMLTypeList typeList, UMLPackage declaredIn)
          Constructor for class UMLClass
UMLBaseTypes(java.lang.String name, java.lang.String progLangType, UMLTypeList typeList)
          Constructor for class UMLBaseTypes