|
|||||||||||
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.OOIdentifierExpr
UMLClass: 'OOIdentifierExpr'.
Field Summary | |
static OOIdentifierExpr |
FALSE_IDENTIFIER
No comment provided by developer, please add a comment to improve documentation. |
static OOIdentifierExpr |
NULL_IDENTIFIER
No comment provided by developer, please add a comment to improve documentation. |
static OOIdentifierExpr |
SUPER_IDENTIFIER
No comment provided by developer, please add a comment to improve documentation. |
static OOIdentifierExpr |
THIS_IDENTIFIER
No comment provided by developer, please add a comment to improve documentation. |
static OOIdentifierExpr |
TRUE_IDENTIFIER
No comment provided by developer, please add a comment to improve documentation. |
private OOVariable |
variableName
UMLAttribute : 'variableName : OOVariable ' |
Fields inherited from class de.uni_paderborn.fujaba.codegen.OOExpression |
|
Constructor Summary | |
private |
OOIdentifierExpr()
Constructor for class OOIdentifierExpr |
|
OOIdentifierExpr(OOVariable variableName)
Constructor for class OOIdentifierExpr |
private |
OOIdentifierExpr(java.lang.String identifier)
Constructor for class OOIdentifierExpr |
Method Summary | |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOIdentifierExpr object |
OOVariable |
getVariableName()
Get the value of variableName. |
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 |
Field Detail |
public static final OOIdentifierExpr NULL_IDENTIFIER
public static final OOIdentifierExpr THIS_IDENTIFIER
public static final OOIdentifierExpr SUPER_IDENTIFIER
public static final OOIdentifierExpr TRUE_IDENTIFIER
public static final OOIdentifierExpr FALSE_IDENTIFIER
private OOVariable variableName
Constructor Detail |
private OOIdentifierExpr()
private OOIdentifierExpr(java.lang.String identifier)
identifier
- No description providedpublic OOIdentifierExpr(OOVariable variableName)
variableName
- No description providedMethod Detail |
public OOVariable getVariableName()
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 |