|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOExpression
de.uni_paderborn.fujaba.codegen.OOSingleExpr
de.uni_paderborn.fujaba.codegen.OOCallExpr
de.uni_paderborn.fujaba.codegen.OOCallMethodExpr
Class OOCallMethodExpr
n < hasParameter
OOExpression <--------------------------------- OOCallMethodExpr
parameter {ordered}
| Field Summary | |
private OOMethod |
methodName
UMLAttribute : 'methodName : OOMethod ' |
private de.upb.tools.fca.FLinkedList |
parameter
n < hasParameter OOExpression <--------------------------------- OOCallMethodExpr parameter {ordered,} |
| Fields inherited from class de.uni_paderborn.fujaba.codegen.OOCallExpr |
|
| Fields inherited from class de.uni_paderborn.fujaba.codegen.OOExpression |
|
| Constructor Summary | |
private |
OOCallMethodExpr()
Default Constructor |
|
OOCallMethodExpr(OOVariable objectName,
OOMethod methodName,
OOExpression theParameter)
Constructor for class OOCallMethodExpr |
| Method Summary | |
boolean |
addToParameter(OOExpression value)
|
OOCallMethodExpr |
append(OOMethod methodName)
No comment provided by developer, please add a comment to improve documentation. |
OOCallMethodExpr |
append(OOMethod methodName,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
OOCallMethodExpr |
append(OOMethod methodName,
java.lang.String theParameter)
No comment provided by developer, please add a comment to improve documentation. |
OOCallMethodExpr |
append(OOMethodType methodType)
No comment provided by developer, please add a comment to improve documentation. |
OOCallMethodExpr |
append(OOMethodType methodType,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
OOCallMethodExpr |
append(OOMethodType methodType,
java.lang.String theParameter)
No comment provided by developer, please add a comment to improve documentation. |
OOExpression |
getFirstOfParameter()
|
OOExpression |
getLastOfParameter()
|
OOMethod |
getMethodName()
Get the value of methodName. |
OOExpression |
getNextIndexOfParameter(OOExpression object,
int index)
|
OOExpression |
getNextOfParameter(OOExpression object)
|
OOExpression |
getParameterAt(int index)
|
OOExpression |
getPreviousIndexOfParameter(OOExpression object,
int index)
|
OOExpression |
getPreviousOfParameter(OOExpression object)
|
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOCallMethodExpr object |
boolean |
hasInParameter(OOExpression value)
|
int |
indexOfParameter(OOExpression elem)
|
boolean |
isAfterOfParameter(OOExpression leftObject,
OOExpression rightObject)
|
boolean |
isBeforeOfParameter(OOExpression leftObject,
OOExpression rightObject)
|
java.util.Iterator |
iteratorOfParameter()
|
java.util.Iterator |
iteratorOfParameter(OOExpression lowerBound)
|
int |
lastIndexOfParameter(OOExpression elem)
|
void |
removeAllFromParameter()
|
boolean |
removeFromParameter(OOExpression value)
|
int |
sizeOfParameter()
|
java.lang.String |
toString()
|
| Methods inherited from class de.uni_paderborn.fujaba.codegen.OOCallExpr |
getNextCall, getObjectName, setNextCall |
| Methods inherited from class de.uni_paderborn.fujaba.codegen.OOExpression |
addAll, removeYou, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private OOMethod methodName
private de.upb.tools.fca.FLinkedList parameter
n < hasParameter
OOExpression <--------------------------------- OOCallMethodExpr
parameter {ordered,}
| Constructor Detail |
private OOCallMethodExpr()
public OOCallMethodExpr(OOVariable objectName,
OOMethod methodName,
OOExpression theParameter)
objectName - No description providedmethodName - No description providedtheParameter - No description provided| Method Detail |
public OOMethod getMethodName()
public boolean hasInParameter(OOExpression value)
value - No description provided
parameterpublic java.util.Iterator iteratorOfParameter()
parameterpublic int sizeOfParameter()
parameterpublic boolean addToParameter(OOExpression value)
value - The object added.
parameterpublic boolean removeFromParameter(OOExpression value)
value - No description provided
parameterpublic void removeAllFromParameter()
parameterpublic OOExpression getParameterAt(int index)
index - No description provided
parameterpublic int indexOfParameter(OOExpression elem)
elem - No description provided
parameterpublic int lastIndexOfParameter(OOExpression elem)
elem - No description provided
parameterpublic java.util.Iterator iteratorOfParameter(OOExpression lowerBound)
lowerBound - No description provided
parameter
public boolean isBeforeOfParameter(OOExpression leftObject,
OOExpression rightObject)
leftObject - No description providedrightObject - No description provided
parameter
public boolean isAfterOfParameter(OOExpression leftObject,
OOExpression rightObject)
leftObject - No description providedrightObject - No description provided
parameterpublic OOExpression getFirstOfParameter()
parameterpublic OOExpression getLastOfParameter()
parameterpublic OOExpression getNextOfParameter(OOExpression object)
object - No description provided
parameter
public OOExpression getNextIndexOfParameter(OOExpression object,
int index)
object - No description providedindex - No description provided
parameterpublic OOExpression getPreviousOfParameter(OOExpression object)
object - No description provided
parameter
public OOExpression getPreviousIndexOfParameter(OOExpression object,
int index)
object - No description providedindex - No description provided
parameter
public OOCallMethodExpr append(OOMethod methodName,
OOExpression theParameter)
methodName - No description providedtheParameter - No description provided
public OOCallMethodExpr append(OOMethodType methodType,
OOExpression theParameter)
methodType - No description providedtheParameter - No description provided
public OOCallMethodExpr append(OOMethod methodName,
java.lang.String theParameter)
methodName - No description providedtheParameter - No description provided
public OOCallMethodExpr append(OOMethodType methodType,
java.lang.String theParameter)
methodType - No description providedtheParameter - No description provided
public OOCallMethodExpr append(OOMethod methodName)
methodName - No description provided
public OOCallMethodExpr append(OOMethodType methodType)
methodType - No description provided
public java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode in class OOCallExprvisitor - No description provided
public java.lang.String toString()
toString in class OOCallExpr
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||