|
|||||||||||
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.OOVariable
Class OOVariable
Field Summary | |
static OOVariable |
FUJABA_EXCEPTION_VARIABLE
No comment provided by developer, please add a comment to improve documentation. |
static OOVariable |
FUJABA_SUCCESS
No comment provided by developer, please add a comment to improve documentation. |
static OOVariable |
FUJABA_TMP_OBJECT
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
OOVariable(java.lang.String firstName,
OOVariableType type,
java.lang.String secondName)
Default Constructor |
Method Summary | |
int |
compareTo(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
equals(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getFirstName()
Get the firstName attribute of the OOVariable object |
java.lang.String |
getSecondName()
Get the secondName attribute of the OOVariable object |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOVariable object |
OOVariableType |
getType()
Get the type attribute of the OOVariable object |
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final OOVariable FUJABA_SUCCESS
public static final OOVariable FUJABA_TMP_OBJECT
public static final OOVariable FUJABA_EXCEPTION_VARIABLE
Constructor Detail |
public OOVariable(java.lang.String firstName, OOVariableType type, java.lang.String secondName)
firstName
- No description providedtype
- No description providedsecondName
- No description providedMethod Detail |
public java.lang.String getFirstName()
public java.lang.String getSecondName()
public OOVariableType getType()
public boolean equals(java.lang.Object other)
other
- No description provided
public int compareTo(java.lang.Object other)
compareTo
in interface java.lang.Comparable
other
- No description provided
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 |