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

Packages that use OOClassOfVariableExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OOClassOfVariableExpr in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OOClassOfVariableExpr
static OOClassOfVariableExpr OO.classOf(OOVariable objectName)
          Describe classOf method here.
static OOClassOfVariableExpr OO.classOf(java.lang.String objectName)
          Describe classOf method here.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOClassOfVariableExpr
(package private) abstract  java.lang.String OOGenVisitor.getSourceCode(OOClassOfVariableExpr expression)
          Get the sourceCode attribute of the OOGenVisitor object
 java.lang.String JavaGenVisitor.getSourceCode(OOClassOfVariableExpr expression)
          Get the sourceCode attribute of the JavaGenVisitor object
 java.lang.String EiffelGenVisitor.getSourceCode(OOClassOfVariableExpr expression)
          Get the sourceCode attribute of the EiffelGenVisitor object
 java.lang.String AbstractCPPGenVisitor.getSourceCode(OOClassOfVariableExpr expression)
          Get the sourceCode attribute of the AbstractCPPGenVisitor object