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

Packages that use OOGenVisitor
de.uni_paderborn.fujaba.codegen   
 

Uses of OOGenVisitor in de.uni_paderborn.fujaba.codegen
 

Subclasses of OOGenVisitor in de.uni_paderborn.fujaba.codegen
 class AbstractCPPGenVisitor
          Class AbstractCPPGenVisitor
 class EiffelGenVisitor
          Class EiffelGenVisitor
 class GnuCPPClassGenVisitor
          Class GnuCPPGenVisitor
 class GnuCPPHeaderGenVisitor
          Class GnuCPPGenVisitor
 class JavaGenVisitor
          Class JavaGenVisitor
 

Methods in de.uni_paderborn.fujaba.codegen that return OOGenVisitor
 OOGenVisitor OOGenStrategyClient.getCurrentOOGenVisitor()
          Get the currentOOGenVisitor attribute of the OOGenStrategyClient object
 OOGenVisitor CodeGenFactory.getCurrentOOVisitor()
          Get the currentOOVisitor attribute of the CodeGenFactory object
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOGenVisitor
 java.lang.String OOWhileStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOWhileStatement object
 java.lang.String OOVariable.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOVariable object
 java.lang.String OOTypeCastExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOTypeCastExpr object
 java.lang.String OOTryStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOTryStatement object
 java.lang.String OOThrowStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOThrowStatement object
 java.lang.String OOSwitchCaseStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOSwitchCaseStatement object
 java.lang.String OOStringExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOStringExpr object
abstract  java.lang.String OOStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOStatement object
 java.lang.String OOStartMethodBodyStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOStartMethodBodyStatement object
 java.lang.String OOStartBlockStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOStartBlockStatement object
 java.lang.String OOSDMEnsureStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOSDMEnsureStatement object
 java.lang.String OOReturnStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOReturnStatement object
 java.lang.String OOPrefixExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOPrefixExpr object
 java.lang.String OOObjectOfTypeExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOObjectOfTypeExpr object
 java.lang.String OONewObjectExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OONewObjectExpr object
 java.lang.String OONewArrayExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OONewObjectExpr object
 java.lang.String OOMemoStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOMemoStatement object
 java.lang.String OOLocalVarDeclStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOLocalVarDeclStatement object
 java.lang.String OOLineCommentStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOLineCommentStatement object
 java.lang.String OOInfixExprLeft.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOInfixExprLeft object
 java.lang.String OOIfStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOIfStatement object
 java.lang.String OOIdentifierExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOIdentifierExpr object
 java.lang.String OOFWIteratorOfExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOFWIteratorOfExpr object
 java.lang.String OOFWIteratorHasNextExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOFWIteratorHasNextExpr object
 java.lang.String OOFWIteratorGotoNextExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOFWIteratorGotoNextExpr object
 java.lang.String OOFWIteratorGetExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOFWIteratorGetExpr object
 java.lang.String OOForStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOForStatement object
 java.lang.String OOExprStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOExprStatement object
 java.lang.String OOExpression.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOExpression object
 java.lang.String OOExceptionExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOExceptionExpr object
 java.lang.String OOEndMethodBodyStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOEndMethodBodyStatement object
 java.lang.String OOEndBlockStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOEndBlockStatement object
 java.lang.String OOEmptyLineStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOEmptyLineStatement object
 java.lang.String OOElseStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOElseStatement object
 java.lang.String OOElseIfStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOElseIfStatement object
 java.lang.String OODoStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OODoStatement object
 java.lang.String OOClassOfVariableExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOClassOfVariableExpr object
 java.lang.String OOCatchStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOCatchStatement object
 java.lang.String OOCaseStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOCaseStatement object
 java.lang.String OOCallMethodExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOCallMethodExpr object
abstract  java.lang.String OOCallExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOCallExpr object
 java.lang.String OOCallAttrExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOCallAttrExpr object
 java.lang.String OOBreakStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOBreakStatement object
 java.lang.String OOBeginMethodBodyStatement.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOBeginMethodBodyStatement object
 java.lang.String OOAssignExpr.getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOAssignExpr object