|
|||||||||||
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.OOFWIteratorHasNextExpr
Class OOFWIteratorHasNextExpr
Constructor Summary | |
OOFWIteratorHasNextExpr(OOVariable iterName,
OOVariable objectName,
OOType elemType,
boolean useAccessMethod)
Constructor for class OOFWIteratorHasNextExpr |
Method Summary | |
OOType |
getElemType()
Get the value of elemType. |
OOVariable |
getIterName()
Get the value of iterName. |
OOVariable |
getObjectName()
Get the value of objectName. |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOFWIteratorHasNextExpr object |
boolean |
isUseAccessMethod()
Get the value of useAccessMethod. |
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 OOFWIteratorHasNextExpr(OOVariable iterName, OOVariable objectName, OOType elemType, boolean useAccessMethod)
iterName
- No description providedobjectName
- No description providedelemType
- No description provideduseAccessMethod
- No description providedMethod Detail |
public OOType getElemType()
public boolean isUseAccessMethod()
public OOVariable getObjectName()
public OOVariable getIterName()
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 |