|
|||||||||||
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}
Constructor Summary | |
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 |
Constructor Detail |
public OOCallMethodExpr(OOVariable objectName, OOMethod methodName, OOExpression theParameter)
objectName
- No description providedmethodName
- No description providedtheParameter
- No description providedMethod Detail |
public OOMethod getMethodName()
public boolean hasInParameter(OOExpression value)
value
- No description provided
#parameter
public java.util.Iterator iteratorOfParameter()
#parameter
public int sizeOfParameter()
#parameter
public boolean addToParameter(OOExpression value)
value
- The object added.
#parameter
public boolean removeFromParameter(OOExpression value)
value
- No description provided
#parameter
public void removeAllFromParameter()
#parameter
public OOExpression getParameterAt(int index)
index
- No description provided
#parameter
public int indexOfParameter(OOExpression elem)
elem
- No description provided
#parameter
public int lastIndexOfParameter(OOExpression elem)
elem
- No description provided
#parameter
public 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
#parameter
public OOExpression getFirstOfParameter()
#parameter
public OOExpression getLastOfParameter()
#parameter
public OOExpression getNextOfParameter(OOExpression object)
object
- No description provided
#parameter
public OOExpression getNextIndexOfParameter(OOExpression object, int index)
object
- No description providedindex
- No description provided
#parameter
public 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 OOCallExpr
visitor
- 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 |