Uses of Interface
de.uni_paderborn.fujaba.metamodel.FArray

Packages that use FArray
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.metamodel   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of FArray in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type FArray
static OONewArrayExpr OO.newArray(FArray arrayType, OOExpression size)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FArray in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FArray
 FArray FType.getFRevArrayType()
          Get the fRevArrayType attribute of the FType object
 FArray FBaseTypes.getFRevArrayType()
          Get the revArrayType attribute of the UMLBaseTypes object
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FArray
 void FBaseTypes.setRevArrayType(FArray revArrayType)
          Sets the revArrayType attribute of the UMLBaseTypes object
 

Uses of FArray in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement FArray
 class UMLArray
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 

Methods in de.uni_paderborn.fujaba.uml that return FArray
 FArray UMLClass.getFRevArrayType()
          Get the fRevArrayType attribute of the UMLClass object
 FArray UMLBaseTypes.getFRevArrayType()
          Get the fRevArrayType attribute of the UMLBaseTypes object
 FArray UMLArray.getFRevArrayType()
          Get the fRevArrayType attribute of the UMLArray object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FArray
 void UMLType.setRevArrayType(FArray revArrayType)
          Sets the revArrayType attribute of the UMLType object
 void UMLClass.setRevArrayType(FArray revArrayType)
          Sets the revArrayType attribute of the UMLClass object
 void UMLBaseTypes.setRevArrayType(FArray revArrayType)
          Sets the revArrayType attribute of the UMLBaseTypes object
 void UMLArray.setRevArrayType(FArray revArrayType)
          Sets the revArrayType attribute of the UMLArray object