de.uni_paderborn.fujaba.codegen
Class LinkSearchToManyTopOOFunction

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.CodeGenFunction
      extended byde.uni_paderborn.fujaba.codegen.OOGenFunction
          extended byde.uni_paderborn.fujaba.codegen.LinkSearchToManyTopOOFunction

public class LinkSearchToManyTopOOFunction
extends OOGenFunction

Class LinkSearchToManyTopOOFunction

Version:
$Revision: 1.31.2.2 $
Author:
$Author: lowende $

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFunction
IN_ORDER, NORM, POST_ORDER, PRE_ORDER
 
Constructor Summary
LinkSearchToManyTopOOFunction()
          Default Constructor
 
Method Summary
 java.lang.Object generateCode(FElement incr, java.lang.String methodName, java.lang.Object[] param)
          Describe generateOOCode method here.
 boolean isResponsible(java.lang.String methodName)
          Get the responsible attribute of the LinkSearchToManyTopOOFunction object
 java.lang.String toString()
           
 
Methods inherited from class de.uni_paderborn.fujaba.codegen.CodeGenFunction
add, concat, findNextResponsible, generate, generateCode, generateCode, generateCode, getClient, getClientOfChain, getMode, getPrevFunction, getSuccessor, setClient, setMode, setPrevFunction, setSuccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkSearchToManyTopOOFunction

public LinkSearchToManyTopOOFunction()
Default Constructor

Method Detail

isResponsible

public final boolean isResponsible(java.lang.String methodName)
Get the responsible attribute of the LinkSearchToManyTopOOFunction object

Specified by:
isResponsible in class CodeGenFunction
Parameters:
methodName - No description provided
Returns:
The responsible value

generateCode

public java.lang.Object generateCode(FElement incr,
                                     java.lang.String methodName,
                                     java.lang.Object[] param)
Describe generateOOCode method here.

Overrides:
generateCode in class CodeGenFunction
Parameters:
methodName - a String value
incr - No description provided
param - No description provided
Returns:
an LinkedList[OOStatement] value

toString

public java.lang.String toString()
Overrides:
toString in class OOGenFunction
Returns:
short string representation of current object