|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OOVariableType | |
de.uni_paderborn.fujaba.codegen |
Uses of OOVariableType in de.uni_paderborn.fujaba.codegen |
Fields in de.uni_paderborn.fujaba.codegen declared as OOVariableType | |
static OOVariableType |
OOVariableType.iFujabaOrig
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaSuccess
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaAtEnd
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaNextStep
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaReturnParam
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaEnum
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaOptional
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaFirstBinding
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iBreakExceptionVariable
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iBreakExceptionText
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaTmpObject
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaGoodObject
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaIter
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaFor
No comment provided by developer, please add a comment to improve documentation. |
static OOVariableType |
OOVariableType.iFujabaUpperBound
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.codegen that return OOVariableType | |
OOVariableType |
OOVariable.getType()
Get the type attribute of the OOVariable object |
Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOVariableType | |
java.lang.String |
OOGenVisitor.getVarName(OOVariableType type)
Get the varName attribute of the OOGenVisitor object |
static OOAssignExpr |
OO.assign(OOVariableType nameType,
OOExpression value)
No comment provided by developer, please add a comment to improve documentation. |
static OOStatement |
OO.assignStat(OOVariableType nameType,
OOExpression value)
Describe assign method here. |
static OOIdentifierExpr |
OO.identifier(OOVariableType variableType)
Describe identifier method here. |
static OOInfixExprLeft |
OO.notNullExpr(OOVariableType objectType)
No comment provided by developer, please add a comment to improve documentation. |
static OOTypeCastExpr |
OO.typeCast(java.lang.String typeName,
OOVariableType castSourceType)
Describe typeCast method here. |
static OOTypeCastExpr |
OO.typeCast(FType typeName,
OOVariableType castSourceType)
No comment provided by developer, please add a comment to improve documentation. |
static OOVariable |
OO.variable(java.lang.String firstName,
OOVariableType type,
java.lang.String secondName)
create an instance of OOVariable (firstName="", type=OOVariableType.iFujabaOrig, secondName="") ; |
static OOVariable |
OO.variable(OOVariableType type)
Describe variable method here. |
static OOVariable |
OO.variable(java.lang.String firstName,
OOVariableType type)
Describe variable method here. |
static OOVariable |
OO.variable(OOVariableType type,
java.lang.String secondName)
No comment provided by developer, please add a comment to improve documentation. |
Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOVariableType | |
OOVariable(java.lang.String firstName,
OOVariableType type,
java.lang.String secondName)
Default Constructor |
|
OOObjectOfTypeExpr(OOVariableType objectType,
OOTypeInterface typeName)
Constructor for class OOObjectOfTypeExpr |
|
OOObjectOfTypeExpr(OOVariableType objectType,
java.lang.String typeName)
Constructor for class OOObjectOfTypeExpr |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |