Uses of Class
at.dms.kjc.CVariableInfo

Packages that use CVariableInfo
at.dms.kjc   
 

Uses of CVariableInfo in at.dms.kjc
 

Methods in at.dms.kjc that return CVariableInfo
 CVariableInfo CContext.getFieldInfo()
          Returns the field definition state.
 CVariableInfo CConstructorContext.getFieldInfo()
          Returns the field definition state.
 CVariableInfo CCompilationUnitContext.getFieldInfo()
          Returns the field definition state.
 CVariableInfo CClassContext.getFieldInfo()
          Returns the field definition state.
 CVariableInfo CBodyContext.getFieldInfo()
          Returns the field definition state.
 CVariableInfo CClassContext.getInitializerInfo()
          Gets the field state after execution of the instance initializer.
protected  CVariableInfo CBodyContext.getVariableInfo()
           
 

Methods in at.dms.kjc with parameters of type CVariableInfo
 void CClassContext.close(JTypeDeclaration decl, CVariableInfo staticC, CVariableInfo instanceC, CVariableInfo[] constructorsC)
          Verify all final fields are initialized
 void CClassContext.close(JTypeDeclaration decl, CVariableInfo staticC, CVariableInfo instanceC, CVariableInfo[] constructorsC)
          Verify all final fields are initialized
protected  void CVariableInfo.deepCloneInto(CVariableInfo other)
          Clones all fields of this into
 void CClassContext.setInitializerInfo(CVariableInfo initializerInfo)
          Sets the field state after execution of the instance initializer.
 void CClassContext.setVariableInfo(CVariableInfo info)