Uses of Class
de.uni_paderborn.fujaba.codegen.OOStatement

Packages that use OOStatement
de.uni_paderborn.fujaba.codegen   
 

Uses of OOStatement in de.uni_paderborn.fujaba.codegen
 

Subclasses of OOStatement in de.uni_paderborn.fujaba.codegen
 class OOBeginMethodBodyStatement
          Class OOBeginMethodBodyStatement
 class OOBreakStatement
          Class OOBreakStatement
 class OOCaseStatement
          No comment provided by developer, please add a comment to improve documentation.
 class OOCatchStatement
          Class OOCatchStatement
 class OODoStatement
          Class OODoStatement
 class OOElseIfStatement
          Class OOElseIfStatement
 class OOElseStatement
          Class OOElseStatement
 class OOEmptyLineStatement
          Class OOEmptyLineStatement
 class OOEndBlockStatement
          Class OOEndBlockStatement
 class OOEndMethodBodyStatement
          Class OOEndMethodBodyStatement
 class OOExprStatement
          Class OOExprStatement
 class OOForStatement
          Class OOForStatement
 class OOIfStatement
          Class OOIfStatement
 class OOLineCommentStatement
          Class OOLineCommentStatement
 class OOLocalVarDeclStatement
          Class OOLocalVarDeclStatement
 class OOMemoStatement
          Class OOMemoStatement
 class OOReturnStatement
          Class OOReturnStatement
 class OOSDMEnsureStatement
          Class OOSDMEnsureStatement
 class OOStartBlockStatement
          Class OOStartBlockStatement
 class OOStartMethodBodyStatement
          Class OOStartMethodBodyStatement
 class OOSwitchCaseStatement
          No comment provided by developer, please add a comment to improve documentation.
 class OOThrowStatement
          Class OOThrowStatement
 class OOTryStatement
          Class OOTryStatement
 class OOUnitAssertStatement
          Class OOUnitAssertStatement
 class OOWhileStatement
          Class OOWhileStatement
 

Methods in de.uni_paderborn.fujaba.codegen that return OOStatement
 OOStatement[] UMLActivityDiagramOOHandler.generateVariableDeclaration(UMLActivityDiagram theDiagram)
          This method generates the variable declaration for the variables in the toDeclaredVariables TreeSet.
static OOStatement[] OOStatement.toArray(java.util.LinkedList theList)
          copy contents of theList to an array
 OOStatement OOGenToken.getStatementAt(int index)
           
 OOStatement OOGenToken.getFirstOfStatement()
           
 OOStatement OOGenToken.getLastOfStatement()
           
 OOStatement OOGenToken.getNextOfStatement(OOStatement object)
           
 OOStatement OOGenToken.getNextIndexOfStatement(OOStatement object, int index)
           
 OOStatement OOGenToken.getPreviousOfStatement(OOStatement object)
           
 OOStatement OOGenToken.getPreviousIndexOfStatement(OOStatement object, int index)
           
 OOStatement[] OOGenStrategyClient.methodFlowForEachStart()
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] OOGenStrategyClient.methodFlowForEachEnd()
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] OOGenStrategyClient.methodFlowWhileHead(java.lang.String comment, OOExpression condition)
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] OOGenStrategyClient.methodFlowDo(java.lang.String comment)
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] OOGenStrategyClient.methodFlowWhileFoot(OOExpression condition)
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] OOGenStrategyClient.methodFlowIfThen(java.lang.String comment, OOExpression expr)
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] OOGenStrategyClient.methodFlowElse()
          No comment provided by developer, please add a comment to improve documentation.
 OOStatement[] OOGenStrategyClient.openHideTag(int nr)
          Describe openHideTag method here.
 OOStatement[] OOGenStrategyClient.closeHideTag()
          Describe closeHideTag method here.
 OOStatement[] OOGenStrategyClient.setInternalVariables(boolean modifiedSetItems)
          Describe setInternalVariables method here.
 OOStatement[] OOGenStrategyClient.constraintText(OOExpression condition, boolean assertStmt)
          Describe constraintText method here.
 OOStatement[] OOGenStrategyClient.constraintText(java.lang.String condition, boolean assertStmt)
          Describe constraintText method here.
 OOStatement[] OOGenStrategyClient.constraintTextWithComment(OOExpression condition, java.lang.String comment, boolean assertStmt)
          Describe constraintTextWithComment method here.
 OOStatement[] OOGenStrategyClient.constraintTextWithComment(java.lang.String condition, java.lang.String comment, boolean assertStmt)
          Describe constraintTextWithComment method here.
 OOStatement[] OOGenStrategyClient.memoField(java.lang.String code)
          Describe memoField method here.
static OOStatement OO.assignStat(OOVariable variableName, OOExpression value)
          Describe assign method here.
static OOStatement OO.assignStat(OOSingleExpr variableName, OOExpression value)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.assignStat(java.lang.String name, OOExpression value)
          Describe assign method here.
static OOStatement OO.assignStat(OOVariableType nameType, OOExpression value)
          Describe assign method here.
static OOStatement OO.callAttrStat(OOVariable objectName, OOVariable attrName)
          Describe call method here.
static OOStatement OO.callAttrStat(OOVariable objectName, OOVariable attrName, OOCallExpr nextCall)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(OOVariable objectName, OOMethod methodName, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(OOMethodType methodType, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(OOMethod methodName)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(OOMethodType methodType)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(java.lang.String objectName, OOMethodType methodType)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(java.lang.String objectName, OOMethod method)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(OOVariable theVariable, OOMethodType methodType)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(OOVariable theVariable, OOMethod method)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(java.lang.String objectName, java.lang.String methodName)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(OOVariable theVariable, java.lang.String methodName)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(java.lang.String objectName, OOMethod method, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(java.lang.String objectName, java.lang.String method, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callStat(java.lang.String objectName, OOMethodType methodType, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.forStat(OOExpression initExpr, OOExpression endExpr, OOExpression stepExpr)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOStatement
static void OOStatement.addAll(java.util.LinkedList theLinkedList, OOStatement[] statements)
          append all statements to theLinkedList
static void OOStatement.add(java.util.LinkedList theList, OOStatement newStatement)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenVisitor.getSourceCode(OOStatement statement)
          Get the sourceCode attribute of the OOGenVisitor object
 java.lang.String OOGenVisitor.appendStatement(OOStatement statement)
          No comment provided by developer, please add a comment to improve documentation.
 boolean OOGenToken.hasInStatement(OOStatement value)
           
 boolean OOGenToken.addToStatement(OOStatement value)
           
 boolean OOGenToken.prependStatement(OOStatement value)
           
 void OOGenToken.appendStatement(OOStatement[] values)
          append all statements
 boolean OOGenToken.appendStatement(OOStatement value)
           
 boolean OOGenToken.removeFromStatement(OOStatement value)
           
 int OOGenToken.indexOfStatement(OOStatement elem)
           
 int OOGenToken.lastIndexOfStatement(OOStatement elem)
           
 java.util.Iterator OOGenToken.iteratorOfStatement(OOStatement lowerBound)
           
 boolean OOGenToken.isBeforeOfStatement(OOStatement leftObject, OOStatement rightObject)
           
 boolean OOGenToken.isAfterOfStatement(OOStatement leftObject, OOStatement rightObject)
           
 OOStatement OOGenToken.getNextOfStatement(OOStatement object)
           
 OOStatement OOGenToken.getNextIndexOfStatement(OOStatement object, int index)
           
 OOStatement OOGenToken.getPreviousOfStatement(OOStatement object)
           
 OOStatement OOGenToken.getPreviousIndexOfStatement(OOStatement object, int index)
           
 void CodeGenStrategyHandler.appendOOStatement(OOGenToken prevToken, OOStatement statement)
          No comment provided by developer, please add a comment to improve documentation.
 void CodeGenStrategyHandler.appendOOStatement(OOGenToken prevToken, OOStatement[] statements)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOStatement
OOGenToken(OOStatement statement)
          Constructor for class OOGenToken
OOGenToken(OOStatement statement, java.lang.String sectionName)
          Constructor for class OOGenToken