|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OOMethod | |
de.uni_paderborn.fujaba.codegen |
Uses of OOMethod in de.uni_paderborn.fujaba.codegen |
Fields in de.uni_paderborn.fujaba.codegen declared as OOMethod | |
static OOMethod |
OOMethod.EQUALS_METHOD
No comment provided by developer, please add a comment to improve documentation. |
static OOMethod |
OOMethod.ADD_TO_SET_METHOD
No comment provided by developer, please add a comment to improve documentation. |
static OOMethod |
OOMethod.SET_CONTAINS_METHOD
No comment provided by developer, please add a comment to improve documentation. |
static OOMethod |
OOMethod.CHECK_REG_EXPRESSION
No comment provided by developer, please add a comment to improve documentation. |
static OOMethod |
OOMethod.TO_STRING_METHOD
No comment provided by developer, please add a comment to improve documentation. |
static OOMethod |
OOMethod.STRING_COMPARE_METHOD
No comment provided by developer, please add a comment to improve documentation. |
static OOMethod |
OOMethod.TO_ARRAY_METHOD
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.codegen that return OOMethod | |
OOMethod |
OOCallMethodExpr.getMethodName()
Get the value of methodName. |
static OOMethod |
OO.method(java.lang.String containerName,
OOMethodType type)
Describe method method here. |
static OOMethod |
OO.method(OOMethodType type)
Describe method method here. |
static OOMethod |
OO.method(java.lang.String name)
Describe method method here. |
Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOMethod | |
java.lang.String |
OOGenVisitor.getMethodName(OOMethod methodName)
Get the methodName attribute of the OOGenVisitor object |
OOCallMethodExpr |
OOCallMethodExpr.append(OOMethod methodName,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
OOCallMethodExpr |
OOCallMethodExpr.append(OOMethod methodName,
java.lang.String theParameter)
No comment provided by developer, please add a comment to improve documentation. |
OOCallMethodExpr |
OOCallMethodExpr.append(OOMethod methodName)
No comment provided by developer, please add a comment to improve documentation. |
static OOCallMethodExpr |
OO.call(OOVariable objectName,
OOMethod methodName,
OOExpression theParameter)
Describe call method here. |
static OOCallMethodExpr |
OO.call(OOMethod method,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOCallMethodExpr |
OO.call(OOMethod methodName)
Describe call method here. |
static OOCallMethodExpr |
OO.call(java.lang.String objectName,
OOMethod method)
Describe call method here. |
static OOCallMethodExpr |
OO.call(OOVariable theVariable,
OOMethod method)
Describe call method here. |
static OOCallMethodExpr |
OO.call(java.lang.String objectName,
OOMethod method,
OOExpression theParameter)
Describe call method here. |
static OOStatement |
OO.callStat(OOVariable objectName,
OOMethod methodName,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
OO.callStat(OOMethod methodName)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
OO.callStat(java.lang.String objectName,
OOMethod method)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
OO.callStat(OOVariable theVariable,
OOMethod method)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
OO.callStat(java.lang.String objectName,
OOMethod method,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
AbstractCPPGenVisitor.getMethodName(OOMethod methodName)
Get the methodName attribute of the OOGenVisitor object |
Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOMethod | |
OOCallMethodExpr(OOVariable objectName,
OOMethod methodName,
OOExpression theParameter)
Constructor for class OOCallMethodExpr |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |