|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.OO
Class OO
Method Summary | |
static OOSDMEnsureStatement |
assertStmt(OOExpression condition,
java.lang.String description)
Describe ensure method here. |
static OOSDMEnsureStatement |
assertStmt(java.lang.String condition,
java.lang.String description)
Describe ensure method here. |
static OOAssignExpr |
assign(OOSingleExpr variableName,
OOExpression value)
No comment provided by developer, please add a comment to improve documentation. |
static OOAssignExpr |
assign(OOVariable variableName,
OOExpression value)
No comment provided by developer, please add a comment to improve documentation. |
static OOAssignExpr |
assign(OOVariableType nameType,
OOExpression value)
No comment provided by developer, please add a comment to improve documentation. |
static OOAssignExpr |
assign(java.lang.String name,
OOExpression value)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
assignStat(OOSingleExpr variableName,
OOExpression value)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
assignStat(OOVariable variableName,
OOExpression value)
Describe assign method here. |
static OOStatement |
assignStat(OOVariableType nameType,
OOExpression value)
Describe assign method here. |
static OOStatement |
assignStat(java.lang.String name,
OOExpression value)
Describe assign method here. |
static OOBeginMethodBodyStatement |
beginMethodBody()
No comment provided by developer, please add a comment to improve documentation. |
static OOCallMethodExpr |
call(OOMethod methodName)
Describe call method here. |
static OOCallMethodExpr |
call(OOMethod method,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOCallMethodExpr |
call(OOMethodType methodType)
Describe call method here. |
static OOCallMethodExpr |
call(OOMethodType methodType,
OOExpression theParameter)
Describe call method here. |
static OOCallMethodExpr |
call(OOVariable theVariable,
OOMethod method)
Describe call method here. |
static OOCallMethodExpr |
call(OOVariable objectName,
OOMethod methodName,
OOExpression theParameter)
Describe call method here. |
static OOCallMethodExpr |
call(OOVariable theVariable,
OOMethodType methodType)
Describe call method here. |
static OOCallMethodExpr |
call(OOVariable theVariable,
java.lang.String methodName)
Describe call method here. |
static OOCallMethodExpr |
call(java.lang.String objectName,
OOMethod method)
Describe call method here. |
static OOCallMethodExpr |
call(java.lang.String objectName,
OOMethod method,
OOExpression theParameter)
Describe call method here. |
static OOCallMethodExpr |
call(java.lang.String objectName,
OOMethodType methodType)
Describe call method here. |
static OOCallMethodExpr |
call(java.lang.String objectName,
OOMethodType methodType,
OOExpression theParameter)
Describe call method here. |
static OOCallMethodExpr |
call(java.lang.String objectName,
java.lang.String methodName)
Describe call method here. |
static OOCallMethodExpr |
call(java.lang.String objectName,
java.lang.String method,
OOExpression theParameter)
Describe call method here. |
static OOCallAttrExpr |
callAttr(OOVariable objectName,
OOVariable attrName)
Describe call method here. |
static OOCallAttrExpr |
callAttr(OOVariable objectName,
OOVariable attrName,
OOCallExpr nextCall)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callAttrStat(OOVariable objectName,
OOVariable attrName)
Describe call method here. |
static OOStatement |
callAttrStat(OOVariable objectName,
OOVariable attrName,
OOCallExpr nextCall)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(OOMethod methodName)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(OOMethodType methodType)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(OOMethodType methodType,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(OOVariable theVariable,
OOMethod method)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(OOVariable objectName,
OOMethod methodName,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(OOVariable theVariable,
OOMethodType methodType)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(OOVariable theVariable,
java.lang.String methodName)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(java.lang.String objectName,
OOMethod method)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(java.lang.String objectName,
OOMethod method,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(java.lang.String objectName,
OOMethodType methodType)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(java.lang.String objectName,
OOMethodType methodType,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(java.lang.String objectName,
java.lang.String methodName)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
callStat(java.lang.String objectName,
java.lang.String method,
OOExpression theParameter)
No comment provided by developer, please add a comment to improve documentation. |
static OOCaseStatement |
caseStatement(java.util.Iterator values,
java.util.Vector statements)
No comment provided by developer, please add a comment to improve documentation. |
static OOCaseStatement |
caseStatement(java.lang.String value,
java.util.Vector statements)
No comment provided by developer, please add a comment to improve documentation. |
static OOCatchStatement |
catchStat(OOExceptionExpr exceptionType,
OOVariable exceptionName)
Describe catchStat method here. |
static OOClassOfVariableExpr |
classOf(OOVariable objectName)
Describe classOf method here. |
static OOClassOfVariableExpr |
classOf(java.lang.String objectName)
Describe classOf method here. |
static OOContainerType |
containerType(OOCollectionEnum cType,
FType parameter)
Describe containerType method here. |
static OOContainerType |
containerType(OOCollectionEnum cType,
FType[] parameter)
Describe containerType method here. |
static OOContainerType |
containerType(OOCollectionEnum cType,
OOTypeInterface parameter)
Describe containerType method here. |
static OOContainerType |
containerType(OOCollectionEnum collectionType,
OOTypeInterface[] theParameter)
Describe containerType method here. |
static OOContainerType |
containerType(OOCollectionEnum collectionType,
java.lang.String parameter)
Describe containerType method here. |
static OOContainerType |
containerType(OOCollectionEnum cType,
java.lang.String[] parameter)
Describe containerType method here. |
static OOEmptyLineStatement |
emptyLine()
Describe emptyLine method here. |
static OOEndBlockStatement |
endBlock()
Describe endBlock method here. |
static OOEndBlockStatement |
endBlock(java.lang.String text)
Describe endBlock method here. |
static OOEndMethodBodyStatement |
endMethodBody()
No comment provided by developer, please add a comment to improve documentation. |
static OOSDMEnsureStatement |
ensure(OOExpression condition)
Describe ensure method here. |
static OOSDMEnsureStatement |
ensure(java.lang.String condition)
Describe ensure method here. |
static OOExceptionExpr |
exception(FType type)
No comment provided by developer, please add a comment to improve documentation. |
static OOExceptionExpr |
exception(java.lang.String typeName)
No comment provided by developer, please add a comment to improve documentation. |
static OOExprStatement |
exprStat(OOExpression expression)
Describe expr method here. |
static OOStatement |
forStat(OOExpression initExpr,
OOExpression endExpr,
OOExpression stepExpr)
No comment provided by developer, please add a comment to improve documentation. |
static OOLocalVarDeclStatement |
fujabaSuccess(OOIdentifierExpr id)
create OOLocalVarDeclStatement with variable OOVariableType.iFujaba |
static OOIdentifierExpr |
identifier(OOVariable variable)
Describe identifier method here. |
static OOIdentifierExpr |
identifier(OOVariableType variableType)
Describe identifier method here. |
static OOIdentifierExpr |
identifier(java.lang.String ident)
Describe identifier method here. |
static OOIfStatement |
ifStat(OOExpression condition)
Describe ifStat method here. |
static OOIfStatement |
ifStat(java.lang.String conditionString)
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixExprLeft |
infixOp(OOExpression left,
OOInfixOp theOp,
OOExpression right)
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixExprLeft |
isNullExpr(OOExpression theExpr)
Get the nullExpr attribute of the OO class |
static OOInfixExprLeft |
isNullExpr(OOVariable objectName)
Get the nullExpr attribute of the OO class |
static OOInfixExprLeft |
isNullExpr(java.lang.String objectName)
Get the nullExpr attribute of the OO class |
static OOFWIteratorGetExpr |
iterGet(OOVariable objectName)
Describe iterGet method here. |
static OOFWIteratorGetExpr |
iterGet(java.lang.String objectName)
Describe iterGet method here. |
static OOFWIteratorGotoNextExpr |
iterGotoNext(OOVariable iterName)
Describe iterGotoNext method here. |
static OOFWIteratorHasNextExpr |
iterHasNext(OOVariable iterName,
OOVariable objectName)
Describe iterHasNext method here. |
static OOFWIteratorHasNextExpr |
iterHasNext(OOVariable iterName,
OOVariable objectName,
OOType elemType,
boolean useAccessMethod)
Describe iterHasNext method here. |
static OOFWIteratorHasNextExpr |
iterHasNext(OOVariable iterName,
java.lang.String objectName)
Describe iterHasNext method here. |
static OOFWIteratorHasNextExpr |
iterHasNext(OOVariable iterName,
java.lang.String objectName,
OOType elemType,
boolean useAccessMethod)
Describe iterHasNext method here. |
static OOFWIteratorOfExpr |
iterOf(OOVariable objectName)
Describe iterOf method here. |
static OOFWIteratorOfExpr |
iterOf(java.lang.String objectName)
Describe iterOf method here. |
static OOLineCommentStatement |
lineComment(java.lang.String text)
Describe lineComment method here. |
static OOMethod |
method(OOMethodType type)
Describe method method here. |
static OOMethod |
method(java.lang.String name)
Describe method method here. |
static OOMethod |
method(java.lang.String containerName,
OOMethodType type)
Describe method method here. |
static OONewArrayExpr |
newArray(FArray arrayType,
OOExpression size)
No comment provided by developer, please add a comment to improve documentation. |
static OONewArrayExpr |
newArray(FType elementType,
OOExpression size)
No comment provided by developer, please add a comment to improve documentation. |
static OONewArrayExpr |
newArray(java.lang.String elementType,
OOExpression size)
No comment provided by developer, please add a comment to improve documentation. |
static OONewObjectExpr |
newObject(FType type)
No comment provided by developer, please add a comment to improve documentation. |
static OONewObjectExpr |
newObject(FType type,
OOExpression parameter)
Describe newObject method here. |
static OONewObjectExpr |
newObject(OOCollectionEnum containerType,
FType elemType)
Describe newObject method here. |
static OONewObjectExpr |
newObject(OOCollectionEnum containerType,
FType elemType,
OOExpression parameter)
Describe newObject method here. |
static OONewObjectExpr |
newObject(OOCollectionEnum containerType,
java.lang.String elemTypeName)
Describe newObject method here. |
static OONewObjectExpr |
newObject(OOCollectionEnum containerType,
java.lang.String elemTypeName,
OOExpression parameter)
Describe newObject method here. |
static OONewObjectExpr |
newObject(OOTypeInterface type)
Describe newObject method here. |
static OONewObjectExpr |
newObject(OOTypeInterface varType,
OOExpression parameter)
Describe newObject method here. |
static OONewObjectExpr |
newObject(java.lang.String typeName)
Describe newObject method here. |
static OONewObjectExpr |
newObject(java.lang.String typeName,
OOExpression parameter)
Describe newObject method here. |
static OOPrefixExpr |
not(OOExpression theExpr)
No comment provided by developer, please add a comment to improve documentation. |
static OOPrefixExpr |
not(OOVariable varName)
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixExprLeft |
notNullExpr(OOExpression theExpr)
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixExprLeft |
notNullExpr(OOVariable objectName)
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixExprLeft |
notNullExpr(OOVariableType objectType)
No comment provided by developer, please add a comment to improve documentation. |
static OOInfixExprLeft |
notNullExpr(java.lang.String objectName)
No comment provided by developer, please add a comment to improve documentation. |
static OOObjectOfTypeExpr |
objectOfType(OOVariable object,
FType type)
No comment provided by developer, please add a comment to improve documentation. |
static OOPrefixExpr |
prefixOp(OOPrefixOp op,
OOExpression theExpr)
No comment provided by developer, please add a comment to improve documentation. |
static OOReturnStatement |
returnStat(OOExpression returnValue)
Describe returnStat method here. |
static OOReturnStatement |
returnStat(java.lang.String returnValueName)
Describe returnStat method here. |
static OOStartBlockStatement |
startBlock()
Describe startBlock method here. |
static OOSwitchCaseStatement |
switchCaseStatement(OOVariable variable,
java.util.Iterator cases)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
toString()
Describe toString method here. |
static OOType |
type(FType type)
Describe type method here. |
static OOType |
type(FType type,
boolean pointer)
Describe type method here. |
static OOType |
type(java.lang.String typeName)
Describe type method here. |
static OOType |
type(java.lang.String typeName,
boolean pointer)
Describe type method here. |
static OOTypeCastExpr |
typeCast(FType type,
OOExpression castSource)
No comment provided by developer, please add a comment to improve documentation. |
static OOTypeCastExpr |
typeCast(FType typeName,
OOVariableType castSourceType)
No comment provided by developer, please add a comment to improve documentation. |
static OOTypeCastExpr |
typeCast(java.lang.String typeName,
OOExpression castSource)
Describe typeCast method here. |
static OOTypeCastExpr |
typeCast(java.lang.String typeName,
OOVariable castSource)
Describe typeCast method here. |
static OOTypeCastExpr |
typeCast(java.lang.String typeName,
OOVariableType castSourceType)
Describe typeCast method here. |
static OOLocalVarDeclStatement |
varDecl(FType objectType,
OOVariable objectName,
OOExpression initExpr)
Describe varDecl method here. |
static OOLocalVarDeclStatement |
varDecl(FType objectType,
java.lang.String objectName,
OOExpression initExpr)
No comment provided by developer, please add a comment to improve documentation. |
static OOLocalVarDeclStatement |
varDecl(OOCollectionEnum containerType,
FType objectType,
java.lang.String objectName,
OOExpression initExpr)
Describe varDecl method here. |
static OOLocalVarDeclStatement |
varDecl(OOCollectionEnum containerType,
java.lang.String objectTypeName,
OOVariable objectName,
OOExpression initExpr)
Describe varDecl method here. |
static OOLocalVarDeclStatement |
varDecl(OOLocalVarDeclStatement theOther)
Describe varDecl method here. |
static OOLocalVarDeclStatement |
varDecl(OOTypeInterface varType,
OOVariable objectName)
No comment provided by developer, please add a comment to improve documentation. |
static OOLocalVarDeclStatement |
varDecl(OOTypeInterface varType,
OOVariable objectName,
OOExpression initExpr)
Describe varDecl method here. |
static OOLocalVarDeclStatement |
varDecl(java.lang.String objectTypeName,
OOVariable objectName,
OOExpression initExpr)
Describe varDecl method here. |
static OOLocalVarDeclStatement |
varDecl(java.lang.String objectTypeName,
java.lang.String objectName,
OOExpression initExpr)
Describe varDecl method here. |
static OOVariable |
variable(OOVariableType type)
Describe variable method here. |
static OOVariable |
variable(OOVariableType type,
java.lang.String secondName)
No comment provided by developer, please add a comment to improve documentation. |
static OOVariable |
variable(java.lang.String firstName)
Describe variable method here. |
static OOVariable |
variable(java.lang.String firstName,
OOVariableType type)
Describe variable method here. |
static OOVariable |
variable(java.lang.String firstName,
OOVariableType type,
java.lang.String secondName)
create an instance of OOVariable (firstName="", type=OOVariableType.iFujabaOrig, secondName="") ; |
static OOWhileStatement |
whileStat(OOExpression condition)
Describe whileStat method here. |
static OOWhileStatement |
whileStat(OOExpression condition,
boolean foot)
Describe whileStat method here. |
static OOWhileStatement |
whileStat(java.lang.String conditionString)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static OOAssignExpr assign(OOVariable variableName, OOExpression value)
variableName
- No description providedvalue
- No description provided
public static OOAssignExpr assign(OOSingleExpr variableName, OOExpression value)
variableName
- No description providedvalue
- No description provided
public static OOAssignExpr assign(java.lang.String name, OOExpression value)
name
- No description providedvalue
- No description provided
public static OOAssignExpr assign(OOVariableType nameType, OOExpression value)
nameType
- No description providedvalue
- No description provided
public static OOStatement assignStat(OOVariable variableName, OOExpression value)
assign
method here.
variableName
- an OOVariable
valuevalue
- an OOExpression
value
OOStatement
valuepublic static OOStatement assignStat(OOSingleExpr variableName, OOExpression value)
variableName
- No description providedvalue
- No description provided
public static OOStatement assignStat(java.lang.String name, OOExpression value)
assign
method here.
name
- a String
valuevalue
- an OOExpression
value
OOStatement
valuepublic static OOStatement assignStat(OOVariableType nameType, OOExpression value)
assign
method here.
nameType
- an OOVariableType
valuevalue
- an OOExpression
value
OOStatement
valuepublic static OOBeginMethodBodyStatement beginMethodBody()
public static OOCallAttrExpr callAttr(OOVariable objectName, OOVariable attrName)
call
method here.
objectName
- an OOVariable
valueattrName
- an OOVariable
value
OOCallAttrExpr
valuepublic static OOCallAttrExpr callAttr(OOVariable objectName, OOVariable attrName, OOCallExpr nextCall)
objectName
- No description providedattrName
- No description providednextCall
- No description provided
public static OOStatement callAttrStat(OOVariable objectName, OOVariable attrName)
call
method here.
objectName
- an OOVariable
valueattrName
- an OOVariable
value
OOCallAttrExpr
valuepublic static OOStatement callAttrStat(OOVariable objectName, OOVariable attrName, OOCallExpr nextCall)
objectName
- No description providedattrName
- No description providednextCall
- No description provided
public static OOCallMethodExpr call(OOVariable objectName, OOMethod methodName, OOExpression theParameter)
call
method here.
objectName
- an OOVariable
valuemethodName
- an OOMethod
valuetheParameter
- an OOExpression
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(OOMethodType methodType, OOExpression theParameter)
call
method here.
methodType
- an OOMethodType
valuetheParameter
- an OOExpression
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(OOMethod method, OOExpression theParameter)
method
- No description providedtheParameter
- No description provided
public static OOCallMethodExpr call(OOMethod methodName)
call
method here.
methodName
- an OOMethod
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(OOMethodType methodType)
call
method here.
methodType
- an OOMethodType
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(java.lang.String objectName, OOMethodType methodType)
call
method here.
objectName
- a String
valuemethodType
- an OOMethodType
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(java.lang.String objectName, OOMethod method)
call
method here.
objectName
- a String
valuemethod
- an OOMethod
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(OOVariable theVariable, OOMethodType methodType)
call
method here.
theVariable
- an OOVariable
valuemethodType
- an OOMethodType
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(OOVariable theVariable, OOMethod method)
call
method here.
theVariable
- an OOVariable
valuemethod
- an OOMethod
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(java.lang.String objectName, java.lang.String methodName)
call
method here.
objectName
- a String
valuemethodName
- a String
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(OOVariable theVariable, java.lang.String methodName)
call
method here.
theVariable
- an OOVariable
valuemethodName
- a String
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(java.lang.String objectName, OOMethod method, OOExpression theParameter)
call
method here.
objectName
- a String
valuemethod
- an OOMethod
valuetheParameter
- an OOExpression
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(java.lang.String objectName, java.lang.String method, OOExpression theParameter)
call
method here.
objectName
- a String
valuemethod
- an String
valuetheParameter
- an OOExpression
value
OOCallMethodExpr
valuepublic static OOCallMethodExpr call(java.lang.String objectName, OOMethodType methodType, OOExpression theParameter)
call
method here.
objectName
- a String
valuemethodType
- an OOMethodType
valuetheParameter
- an OOExpression
value
OOCallMethodExpr
valuepublic static OOStatement callStat(OOVariable objectName, OOMethod methodName, OOExpression theParameter)
objectName
- No description providedmethodName
- No description providedtheParameter
- No description provided
public static OOStatement callStat(OOMethodType methodType, OOExpression theParameter)
methodType
- No description providedtheParameter
- No description provided
public static OOStatement callStat(OOMethod methodName)
methodName
- No description provided
public static OOStatement callStat(OOMethodType methodType)
methodType
- No description provided
public static OOStatement callStat(java.lang.String objectName, OOMethodType methodType)
objectName
- No description providedmethodType
- No description provided
public static OOStatement callStat(java.lang.String objectName, OOMethod method)
objectName
- No description providedmethod
- No description provided
public static OOStatement callStat(OOVariable theVariable, OOMethodType methodType)
theVariable
- No description providedmethodType
- No description provided
public static OOStatement callStat(OOVariable theVariable, OOMethod method)
theVariable
- No description providedmethod
- No description provided
public static OOStatement callStat(java.lang.String objectName, java.lang.String methodName)
objectName
- No description providedmethodName
- No description provided
public static OOStatement callStat(OOVariable theVariable, java.lang.String methodName)
theVariable
- No description providedmethodName
- No description provided
public static OOStatement callStat(java.lang.String objectName, OOMethod method, OOExpression theParameter)
objectName
- No description providedmethod
- No description providedtheParameter
- No description provided
public static OOStatement callStat(java.lang.String objectName, java.lang.String method, OOExpression theParameter)
objectName
- No description providedmethod
- No description providedtheParameter
- No description provided
public static OOStatement callStat(java.lang.String objectName, OOMethodType methodType, OOExpression theParameter)
objectName
- No description providedmethodType
- No description providedtheParameter
- No description provided
public static OOCaseStatement caseStatement(java.lang.String value, java.util.Vector statements)
value
- No description providedstatements
- No description provided
public static OOCaseStatement caseStatement(java.util.Iterator values, java.util.Vector statements)
values
- No description providedstatements
- No description provided
public static OOCatchStatement catchStat(OOExceptionExpr exceptionType, OOVariable exceptionName)
catchStat
method here.
exceptionType
- an OOExceptionExpr
valueexceptionName
- an OOVariable
value
OOCatchStatement
valuepublic static OOClassOfVariableExpr classOf(OOVariable objectName)
classOf
method here.
objectName
- an OOVariable
value
OOClassOfVariableExpr
valuepublic static OOClassOfVariableExpr classOf(java.lang.String objectName)
classOf
method here.
objectName
- a String
value
OOClassOfVariableExpr
valuepublic static OOContainerType containerType(OOCollectionEnum collectionType, OOTypeInterface[] theParameter)
containerType
method here.
collectionType
- an OOCollectionEnum
valuetheParameter
- No description provided
OOContainerType
valuepublic static OOContainerType containerType(OOCollectionEnum cType, OOTypeInterface parameter)
containerType
method here.
cType
- an OOCollectionEnum
valueparameter
- an OOTypeInterface
value
OOContainerType
valuepublic static OOContainerType containerType(OOCollectionEnum cType, FType parameter)
containerType
method here.
cType
- an OOCollectionEnum
valueparameter
- an FType
value
OOContainerType
valuepublic static OOContainerType containerType(OOCollectionEnum cType, java.lang.String[] parameter)
containerType
method here.
cType
- an OOCollectionEnum
valueparameter
- No description provided
OOContainerType
valuepublic static OOContainerType containerType(OOCollectionEnum cType, FType[] parameter)
containerType
method here.
cType
- an OOCollectionEnum
valueparameter
- No description provided
OOContainerType
valuepublic static OOContainerType containerType(OOCollectionEnum collectionType, java.lang.String parameter)
containerType
method here.
collectionType
- an OOCollectionEnum
valueparameter
- a String
value
OOContainerType
valuepublic static OOEmptyLineStatement emptyLine()
emptyLine
method here.
OOEmptyLineStatement
valuepublic static OOEndBlockStatement endBlock(java.lang.String text)
endBlock
method here.
text
- a String
value
OOEndBlockStatement
valuepublic static OOEndBlockStatement endBlock()
endBlock
method here.
OOEndBlockStatement
valuepublic static OOEndMethodBodyStatement endMethodBody()
public static OOSDMEnsureStatement ensure(OOExpression condition)
ensure
method here.
condition
- an OOExpression
value
OOSDMEnsureStatement
valuepublic static OOSDMEnsureStatement ensure(java.lang.String condition)
ensure
method here.
condition
- a String
value
OOSDMEnsureStatement
valuepublic static OOSDMEnsureStatement assertStmt(OOExpression condition, java.lang.String description)
ensure
method here.
condition
- an OOExpression
valuedescription
- No description provided
OOSDMEnsureStatement
valuepublic static OOSDMEnsureStatement assertStmt(java.lang.String condition, java.lang.String description)
ensure
method here.
condition
- a String
valuedescription
- No description provided
OOSDMEnsureStatement
valuepublic static OOExprStatement exprStat(OOExpression expression)
expr
method here.
expression
- an OOExpression
value
OOExprStatement
valuepublic static OOStatement forStat(OOExpression initExpr, OOExpression endExpr, OOExpression stepExpr)
initExpr
- No description providedendExpr
- No description providedstepExpr
- No description provided
public static OOIdentifierExpr identifier(OOVariable variable)
identifier
method here.
variable
- an OOVariable
value
OOIdentifierExpr
valuepublic static OOIdentifierExpr identifier(OOVariableType variableType)
identifier
method here.
variableType
- an OOVariableType
value
OOIdentifierExpr
valuepublic static OOIdentifierExpr identifier(java.lang.String ident)
identifier
method here.
ident
- a String
value
OOIdentifierExpr
valuepublic static OOIfStatement ifStat(OOExpression condition)
ifStat
method here.
condition
- an OOExpression
value
OOIfStatement
valuepublic static OOIfStatement ifStat(java.lang.String conditionString)
conditionString
- No description provided
public static OOInfixExprLeft infixOp(OOExpression left, OOInfixOp theOp, OOExpression right)
left
- No description providedtheOp
- No description providedright
- No description provided
public static OOInfixExprLeft isNullExpr(java.lang.String objectName)
objectName
- No description provided
public static OOInfixExprLeft isNullExpr(OOVariable objectName)
objectName
- No description provided
public static OOInfixExprLeft isNullExpr(OOExpression theExpr)
theExpr
- No description provided
public static OOFWIteratorOfExpr iterOf(OOVariable objectName)
iterOf
method here.
objectName
- an OOVariable
value
OOFWIteratorOfExpr
valuepublic static OOFWIteratorOfExpr iterOf(java.lang.String objectName)
iterOf
method here.
objectName
- a String
value
OOFWIteratorOfExpr
valuepublic static OOFWIteratorHasNextExpr iterHasNext(OOVariable iterName, OOVariable objectName, OOType elemType, boolean useAccessMethod)
iterHasNext
method here.
iterName
- an OOVariable
valueobjectName
- an OOVariable
valueelemType
- an OOType
valueuseAccessMethod
- a boolean
value
OOFWIteratorHasNextExpr
valuepublic static OOFWIteratorHasNextExpr iterHasNext(OOVariable iterName, java.lang.String objectName, OOType elemType, boolean useAccessMethod)
iterHasNext
method here.
iterName
- an OOVariable
valueobjectName
- a String
valueelemType
- an OOType
valueuseAccessMethod
- a boolean
value
OOFWIteratorHasNextExpr
valuepublic static OOFWIteratorHasNextExpr iterHasNext(OOVariable iterName, OOVariable objectName)
iterHasNext
method here.
iterName
- an OOVariable
valueobjectName
- an OOVariable
value
OOFWIteratorHasNextExpr
valuepublic static OOFWIteratorHasNextExpr iterHasNext(OOVariable iterName, java.lang.String objectName)
iterHasNext
method here.
iterName
- an OOVariable
valueobjectName
- a String
value
OOFWIteratorHasNextExpr
valuepublic static OOFWIteratorGetExpr iterGet(OOVariable objectName)
iterGet
method here.
objectName
- an OOVariable
value
OOFWIteratorGetExpr
valuepublic static OOFWIteratorGetExpr iterGet(java.lang.String objectName)
iterGet
method here.
objectName
- a String
value
OOFWIteratorGetExpr
valuepublic static OOFWIteratorGotoNextExpr iterGotoNext(OOVariable iterName)
iterGotoNext
method here.
iterName
- an OOVariable
value
OOFWIteratorGotoNextExpr
valuepublic static OOLineCommentStatement lineComment(java.lang.String text)
lineComment
method here.
text
- a String
value
OOLineCommentStatement
valuepublic static OOMethod method(java.lang.String containerName, OOMethodType type)
method
method here.
containerName
- a String
valuetype
- an OOMethodType
value
OOMethod
valuepublic static OOMethod method(OOMethodType type)
method
method here.
type
- an OOMethodType
value
OOMethod
valuepublic static OOMethod method(java.lang.String name)
method
method here.
name
- a String
value
OOMethod
valuepublic static OONewObjectExpr newObject(OOTypeInterface varType, OOExpression parameter)
newObject
method here.
varType
- an OOTypeInterface
valueparameter
- an OOExpression
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(java.lang.String typeName, OOExpression parameter)
newObject
method here.
typeName
- a String
valueparameter
- an OOExpression
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(FType type, OOExpression parameter)
newObject
method here.
type
- an FType
valueparameter
- an OOExpression
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(OOCollectionEnum containerType, FType elemType, OOExpression parameter)
newObject
method here.
containerType
- an OOCollectionEnum
valueelemType
- an FType
valueparameter
- an OOExpression
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(OOCollectionEnum containerType, java.lang.String elemTypeName, OOExpression parameter)
newObject
method here.
containerType
- an OOCollectionEnum
valueelemTypeName
- a String
valueparameter
- an OOExpression
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(OOCollectionEnum containerType, FType elemType)
newObject
method here.
containerType
- an OOCollectionEnum
valueelemType
- an FType
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(OOCollectionEnum containerType, java.lang.String elemTypeName)
newObject
method here.
containerType
- an OOCollectionEnum
valueelemTypeName
- a String
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(OOTypeInterface type)
newObject
method here.
type
- an OOTypeInterface
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(java.lang.String typeName)
newObject
method here.
typeName
- a String
value
OONewObjectExpr
valuepublic static OONewObjectExpr newObject(FType type)
type
- No description provided
public static OONewArrayExpr newArray(FType elementType, OOExpression size)
elementType
- No description providedsize
- No description provided
public static OONewArrayExpr newArray(FArray arrayType, OOExpression size)
arrayType
- No description providedsize
- No description provided
public static OONewArrayExpr newArray(java.lang.String elementType, OOExpression size)
elementType
- No description providedsize
- No description provided
public static OOPrefixExpr not(OOExpression theExpr)
theExpr
- No description provided
public static OOPrefixExpr not(OOVariable varName)
varName
- No description provided
public static OOInfixExprLeft notNullExpr(java.lang.String objectName)
objectName
- No description provided
public static OOInfixExprLeft notNullExpr(OOVariableType objectType)
objectType
- No description provided
public static OOInfixExprLeft notNullExpr(OOVariable objectName)
objectName
- No description provided
public static OOInfixExprLeft notNullExpr(OOExpression theExpr)
theExpr
- No description provided
public static OOPrefixExpr prefixOp(OOPrefixOp op, OOExpression theExpr)
op
- No description providedtheExpr
- No description provided
public static OOReturnStatement returnStat(java.lang.String returnValueName)
returnStat
method here.
returnValueName
- a String
value
OOReturnStatement
valuepublic static OOReturnStatement returnStat(OOExpression returnValue)
returnStat
method here.
returnValue
- an OOExpression
value
OOReturnStatement
valuepublic static OOStartBlockStatement startBlock()
startBlock
method here.
OOStartBlockStatement
valuepublic static OOLocalVarDeclStatement fujabaSuccess(OOIdentifierExpr id)
id
- the "assign to" OOIdentifierExpr
OOLocalVarDeclStatement
valuepublic static OOSwitchCaseStatement switchCaseStatement(OOVariable variable, java.util.Iterator cases)
variable
- No description providedcases
- No description provided
public static OOType type(FType type)
type
method here.
type
- an FType
value
OOType
valuepublic static OOType type(FType type, boolean pointer)
type
method here.
type
- an FType
valuepointer
- a boolean
value
OOType
valuepublic static OOType type(java.lang.String typeName)
type
method here.
typeName
- a String
value
OOType
valuepublic static OOType type(java.lang.String typeName, boolean pointer)
type
method here.
typeName
- a String
valuepointer
- a boolean
value
OOType
valuepublic static OOExceptionExpr exception(FType type)
type
- No description provided
public static OOExceptionExpr exception(java.lang.String typeName)
typeName
- No description provided
public static OOObjectOfTypeExpr objectOfType(OOVariable object, FType type)
object
- No description providedtype
- No description provided
public static OOTypeCastExpr typeCast(FType type, OOExpression castSource)
type
- No description providedcastSource
- No description provided
public static OOTypeCastExpr typeCast(java.lang.String typeName, OOExpression castSource)
typeCast
method here.
typeName
- a String
valuecastSource
- an OOExpression
value
OOTypeCastExpr
valuepublic static OOTypeCastExpr typeCast(java.lang.String typeName, OOVariable castSource)
typeCast
method here.
typeName
- a String
valuecastSource
- an OOVariable
value
OOTypeCastExpr
valuepublic static OOTypeCastExpr typeCast(java.lang.String typeName, OOVariableType castSourceType)
typeCast
method here.
typeName
- a String
valuecastSourceType
- an OOVariableType
value
OOTypeCastExpr
valuepublic static OOTypeCastExpr typeCast(FType typeName, OOVariableType castSourceType)
typeName
- No description providedcastSourceType
- No description provided
public static OOLocalVarDeclStatement varDecl(OOTypeInterface varType, OOVariable objectName, OOExpression initExpr)
varDecl
method here.
varType
- an OOTypeInterface
valueobjectName
- an OOVariable
valueinitExpr
- an OOExpression
value
OOLocalVarDeclStatement
valuepublic static OOLocalVarDeclStatement varDecl(OOTypeInterface varType, OOVariable objectName)
varType
- No description providedobjectName
- No description provided
public static OOLocalVarDeclStatement varDecl(java.lang.String objectTypeName, OOVariable objectName, OOExpression initExpr)
varDecl
method here.
objectTypeName
- a String
valueobjectName
- an OOVariable
valueinitExpr
- an OOExpression
value
OOLocalVarDeclStatement
valuepublic static OOLocalVarDeclStatement varDecl(FType objectType, OOVariable objectName, OOExpression initExpr)
varDecl
method here.
objectType
- an FType
valueobjectName
- an OOVariable
valueinitExpr
- an OOExpression
value
OOLocalVarDeclStatement
valuepublic static OOLocalVarDeclStatement varDecl(OOLocalVarDeclStatement theOther)
varDecl
method here.
theOther
- an OOLocalVarDeclStatement
value
OOLocalVarDeclStatement
valuepublic static OOLocalVarDeclStatement varDecl(java.lang.String objectTypeName, java.lang.String objectName, OOExpression initExpr)
varDecl
method here.
objectTypeName
- a String
valueobjectName
- a String
valueinitExpr
- an OOExpression
value
OOLocalVarDeclStatement
valuepublic static OOLocalVarDeclStatement varDecl(FType objectType, java.lang.String objectName, OOExpression initExpr)
objectType
- No description providedobjectName
- No description providedinitExpr
- No description provided
public static OOLocalVarDeclStatement varDecl(OOCollectionEnum containerType, FType objectType, java.lang.String objectName, OOExpression initExpr)
varDecl
method here.
containerType
- an OOCollectionEnum
valueobjectType
- an FType
valueobjectName
- a String
valueinitExpr
- an OOExpression
value
OOLocalVarDeclStatement
valuepublic static OOLocalVarDeclStatement varDecl(OOCollectionEnum containerType, java.lang.String objectTypeName, OOVariable objectName, OOExpression initExpr)
varDecl
method here.
containerType
- an OOCollectionEnum
valueobjectTypeName
- a String
valueobjectName
- an OOVariable
valueinitExpr
- an OOExpression
value
OOLocalVarDeclStatement
valuepublic static OOVariable variable(java.lang.String firstName, OOVariableType type, java.lang.String secondName)
firstName
- a String
valuetype
- an OOVariableType
valuesecondName
- a String
value
OOVariable
valuepublic static OOVariable variable(OOVariableType type)
variable
method here.
type
- an OOVariableType
value
OOVariable
valuepublic static OOVariable variable(java.lang.String firstName)
variable
method here.
firstName
- a String
value
OOVariable
valuepublic static OOVariable variable(java.lang.String firstName, OOVariableType type)
variable
method here.
firstName
- a String
valuetype
- an OOVariableType
value
OOVariable
valuepublic static OOVariable variable(OOVariableType type, java.lang.String secondName)
type
- No description providedsecondName
- No description provided
public static OOWhileStatement whileStat(OOExpression condition)
whileStat
method here.
condition
- an OOExpression
value
OOWhileStatement
valuepublic static OOWhileStatement whileStat(java.lang.String conditionString)
conditionString
- No description provided
public static OOWhileStatement whileStat(OOExpression condition, boolean foot)
whileStat
method here.
condition
- an OOExpression
valuefoot
- a boolean
value
OOWhileStatement
valuepublic java.lang.String toString()
toString
method here.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |