|
|||||||||||
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.OOObjectOfTypeExpr
Class OOObjectOfTypeExpr
Constructor Summary | |
OOObjectOfTypeExpr(OOVariable objectName,
OOTypeInterface typeName)
Constructor for class OOObjectOfTypeExpr |
|
OOObjectOfTypeExpr(OOVariable objectName,
java.lang.String typeName)
Constructor for class OOObjectOfTypeExpr |
|
OOObjectOfTypeExpr(OOVariableType objectType,
OOTypeInterface typeName)
Constructor for class OOObjectOfTypeExpr |
|
OOObjectOfTypeExpr(OOVariableType objectType,
java.lang.String typeName)
Constructor for class OOObjectOfTypeExpr |
|
OOObjectOfTypeExpr(java.lang.String objectName,
OOTypeInterface typeName)
Constructor for class OOObjectOfTypeExpr |
|
OOObjectOfTypeExpr(java.lang.String objectName,
java.lang.String typeName)
Constructor for class OOObjectOfTypeExpr |
Method Summary | |
OOVariable |
getObjectName()
Get the value of objectName. |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOObjectOfTypeExpr object |
OOTypeInterface |
getTypeName()
Get the value of typeName. |
java.lang.String |
toString()
|
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 OOObjectOfTypeExpr(OOVariable objectName, OOTypeInterface typeName)
objectName
- No description providedtypeName
- No description providedpublic OOObjectOfTypeExpr(java.lang.String objectName, OOTypeInterface typeName)
objectName
- No description providedtypeName
- No description providedpublic OOObjectOfTypeExpr(OOVariableType objectType, OOTypeInterface typeName)
objectType
- No description providedtypeName
- No description providedpublic OOObjectOfTypeExpr(OOVariable objectName, java.lang.String typeName)
objectName
- No description providedtypeName
- No description providedpublic OOObjectOfTypeExpr(java.lang.String objectName, java.lang.String typeName)
objectName
- No description providedtypeName
- No description providedpublic OOObjectOfTypeExpr(OOVariableType objectType, java.lang.String typeName)
objectType
- No description providedtypeName
- No description providedMethod Detail |
public OOVariable getObjectName()
public OOTypeInterface getTypeName()
public java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode
in class OOExpression
visitor
- No description provided
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |