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

Packages that use FMethod
de.uni_paderborn.fujaba.basic Basic Classes for Fujaba 
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.metamodel   
de.uni_paderborn.fujaba.parser   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of FMethod in de.uni_paderborn.fujaba.basic
 

Methods in de.uni_paderborn.fujaba.basic with parameters of type FMethod
static java.lang.String FD.toString(FMethod incr)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FMethod in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as FMethod
protected  FMethod AccessorOOHandler.MethodDescription.methodSignature
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen that return FMethod
 FMethod StatechartMethodRef.getMethod()
          Get the method attribute of the StatechartMethodRef object
 FMethod GeneratedMethodRef.getMethod()
          Get the method attribute of the AccessMethodRef object
 FMethod AccessorOOHandler.MethodDescription.getMethodSignature()
          Get the methodSignature attribute of the MethodDescription object
 FMethod AccessMethodRef.getMethod()
          Get the method attribute of the AccessMethodRef object
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type FMethod
 java.lang.String UMLMethodOOHandler.createFMethodBody(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean UMLMethodOOHandler.generateBody(FMethod theMethod)
          Determines whether to generate a body for an FMethod or not.
 void UMLMethodOOHandler.MethodBodyReviewer.review(java.lang.StringBuffer methodBody, FMethod method, UMLMethodOOHandler handler)
          This method is called whenever a method body was generated to give the Reviewer the possibility to change the code.
 void UMLClassOOHandler.generateFMethod(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLClassBodyMethodsStrategy.createMethod(FMethod method)
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean UMLClassBodyMethodsStrategy.isResponsible(FMethod method)
          Get the responsible attribute of the UMLClassBodyMethodsStrategy object
protected  boolean UMLClassBodyConstructorsStrategy.isResponsible(FMethod method)
          Get the responsible attribute of the UMLClassBodyConstructorsStrategy object
static StatechartMethodRef StatechartMethodRef.getStatechartMethodRef(FMethod method)
          Get the StatechartMethodRef attribute of the StatechartMethodRef class
static boolean StatechartMethodRef.hasStatechartMethodRef(FMethod method)
          No comment provided by developer, please add a comment to improve documentation.
static boolean StatechartMethodRef.hasAccessedElement(FMethod method)
          No comment provided by developer, please add a comment to improve documentation.
static StatechartMethodRef StatechartMethodRef.createAssociation(FMethod method, FElement element)
          No comment provided by developer, please add a comment to improve documentation.
 boolean StatechartMethodRef.setMethod(FMethod method)
          Sets the method attribute of the StatechartMethodRef object
abstract  java.lang.String OOGenVisitor.getMethodDeclName(FMethod theMethod)
          Get the methodDeclName attribute of the OOGenVisitor object
 java.lang.String OOGenVisitor.createMethodDeclaration(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenVisitor.createInitializerDeclaration(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenVisitor.createNormalFMethodDeclaration(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenVisitor.createMethodParamList(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenStrategyClient.createFMethodDeclaration(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenStrategyClient.getMethodDeclName(FMethod theMethod)
          Get the methodDeclName attribute of the OOGenStrategyClient object
 java.lang.String OOGenStrategyClient.getFMethodDeclVisibilityString(FMethod theMethod)
          Get the uMLMethodDeclVisibilityString attribute of the OOGenStrategyClient object
 java.lang.String JavaGenVisitor.getMethodDeclName(FMethod theMethod)
          Get the methodDeclName attribute of the JavaGenVisitor object
 java.lang.String GnuCPPHeaderGenVisitor.getMethodDeclName(FMethod theMethod)
          Get the methodDeclName attribute of the GnuCPPHeaderGenVisitor object
 java.lang.String GnuCPPClassGenVisitor.getMethodDeclName(FMethod theMethod)
          Get the methodDeclName attribute of the GnuCPPClassGenVisitor object
static boolean GeneratedMethodRef.hasGeneratedMethodRef(FMethod method)
          No comment provided by developer, please add a comment to improve documentation.
static boolean GeneratedMethodRef.hasAccessedElement(FMethod method)
          No comment provided by developer, please add a comment to improve documentation.
 boolean GeneratedMethodRef.setMethod(FMethod method)
          Sets the method attribute of the AccessMethodRef object
 java.lang.String EiffelGenVisitor.createMethodDeclaration(FMethod theMethod)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String EiffelGenVisitor.getMethodDeclName(FMethod theMethod)
          Get the methodDeclName attribute of the EiffelGenVisitor object
static AccessMethodRef AccessMethodRef.getAccessMethodRef(FMethod method)
          Get the accessMethodRef attribute of the AccessMethodRef class
static boolean AccessMethodRef.hasAccessMethodRef(FMethod method)
          No comment provided by developer, please add a comment to improve documentation.
static boolean AccessMethodRef.hasAccessedElement(FMethod method)
          No comment provided by developer, please add a comment to improve documentation.
static AccessMethodRef AccessMethodRef.createAssociation(FMethod method, FElement element)
          No comment provided by developer, please add a comment to improve documentation.
 boolean AccessMethodRef.setMethod(FMethod method)
          Sets the method attribute of the AccessMethodRef object
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type FMethod
AccessorOOHandler.MethodDescription(FMethod methodSignature, java.lang.String templateBlockName, de.upb.tools.fca.FHashMap templateParameters)
          Constructor for class MethodDescription
 

Uses of FMethod in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FMethod
 FMethod FParam.getFRevParam()
          Get the revParam attribute of the FParam object
 FMethod FClass.getFromFMethods(java.lang.String signature)
           
 FMethod FClass.getFDeclaredInMethod()
          The declaredInMethod property denotes the method this class is declared in if it is an anonymous class, null if this is a top level or inner class.
 FMethod FClass.getFromAllFMethods(java.lang.String methodSignature)
          Deprecated. will be renamed when using JDK 1.5 (without F)
 FMethod FClass.getFromFMethodsByShortName(java.lang.String methodname)
          Deprecated. will be renamed when using JDK 1.5 (without F)
 FMethod FClass.getFromFMethodsByShortNameIncludingInherited(java.lang.String methodname)
          Deprecated. will be renamed when using JDK 1.5 (without F)
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FMethod
 void FParam.setRevParam(FMethod revParam)
          Sets the revParam attribute of the FParam object
 boolean FClass.hasInMethods(FMethod method)
           
 boolean FClass.addToMethods(FMethod method)
           
 boolean FClass.removeFromMethods(FMethod method)
           
 boolean FClass.setDeclaredInMethod(FMethod method)
           
 boolean FBaseTypes.hasInRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FBaseTypes.addToRevResultType(FMethod value)
          Access method for an one to n association.
 boolean FBaseTypes.removeFromRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FMethod in de.uni_paderborn.fujaba.parser
 

Methods in de.uni_paderborn.fujaba.parser with parameters of type FMethod
abstract  ASTRootNode Parser.parseMethodBody(FMethod fMethod)
          Parses the given method body and returns the root node of the abstract syntax tree.
 

Uses of FMethod in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement FMethod
 class UMLMethod
          Associatons 1 1 +---------------------+ UMLMethod ------------------------+ getFullMethodName() | UMLClass methods parent +---------------------+ +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLMethod +-----------+ declares declaredInMethod 0..1 0..* UMLAttr -------------------------------------- UMLMethod accessedAttribute accessMethods 0..1 astRootNode 0..1 UMLMethod ------------------------------ ASTRootNode uMLMethod aSTRootNode
 

Methods in de.uni_paderborn.fujaba.uml that return FMethod
 FMethod UMLParam.getFRevParam()
          Get the fRevParam attribute of the UMLParam object
 FMethod UMLClass.getFromFMethods(java.lang.String key)
          Get the fromFMethods attribute of the UMLClass object
 FMethod UMLClass.getFromFMethodsByShortName(java.lang.String name)
          Get the fromFMethodsByShortName attribute of the UMLClass object
 FMethod UMLClass.getFromFMethodsByShortNameIncludingInherited(java.lang.String name)
          Get the fromFMethodsByShortNameIncludingInherited attribute of the UMLClass object
 FMethod UMLClass.getFDeclaredInMethod()
          Get the fDeclaredInMethod attribute of the UMLClass object
 FMethod UMLClass.getFromAllFMethods(java.lang.String key)
          Get the fromAllFMethods attribute of the UMLClass object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FMethod
 boolean UMLType.hasInRevResultType(FMethod elem)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLType.addToRevResultType(FMethod elem)
          Access method for an one to n association.
 boolean UMLType.removeFromRevResultType(FMethod elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLParam.setRevParam(FMethod revParam)
          Sets the revParam attribute of the UMLParam object
 boolean UMLClass.hasInMethods(FMethod obj)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLClass.addToMethods(FMethod obj)
          Access method for an one to n association.
 boolean UMLClass.removeFromMethods(FMethod obj)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLClass.setDeclaredInMethod(FMethod obj)
          Sets the declaredInMethod attribute of the UMLClass object
 boolean UMLClass.hasInRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLClass.addToRevResultType(FMethod value)
          Access method for an one to n association.
 boolean UMLClass.removeFromRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLBaseTypes.hasInRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLBaseTypes.addToRevResultType(FMethod value)
          Access method for an one to n association.
 boolean UMLBaseTypes.removeFromRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLArray.hasInRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLArray.addToRevResultType(FMethod value)
          Access method for an one to n association.
 boolean UMLArray.removeFromRevResultType(FMethod value)
          No comment provided by developer, please add a comment to improve documentation.