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

Packages that use OOIdentifierExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OOIdentifierExpr in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as OOIdentifierExpr
static OOIdentifierExpr OOIdentifierExpr.NULL_IDENTIFIER
          No comment provided by developer, please add a comment to improve documentation.
static OOIdentifierExpr OOIdentifierExpr.THIS_IDENTIFIER
          No comment provided by developer, please add a comment to improve documentation.
static OOIdentifierExpr OOIdentifierExpr.SUPER_IDENTIFIER
          No comment provided by developer, please add a comment to improve documentation.
static OOIdentifierExpr OOIdentifierExpr.TRUE_IDENTIFIER
          No comment provided by developer, please add a comment to improve documentation.
static OOIdentifierExpr OOIdentifierExpr.FALSE_IDENTIFIER
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen that return OOIdentifierExpr
static OOIdentifierExpr OO.identifier(OOVariable variable)
          Describe identifier method here.
static OOIdentifierExpr OO.identifier(OOVariableType variableType)
          Describe identifier method here.
static OOIdentifierExpr OO.identifier(java.lang.String ident)
          Describe identifier method here.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOIdentifierExpr
 java.lang.String OOGenVisitor.getSourceCode(OOIdentifierExpr expression)
          Get the sourceCode attribute of the OOGenVisitor object
static OOLocalVarDeclStatement OO.fujabaSuccess(OOIdentifierExpr id)
          create OOLocalVarDeclStatement with variable OOVariableType.iFujaba