Uses of Class
at.dms.kjc.CVariableInfo

Packages that use CVariableInfo
at.dms.kjc   
 

Uses of CVariableInfo in at.dms.kjc
 

Fields in at.dms.kjc declared as CVariableInfo
protected  CVariableInfo CAbstractBodyContext.variableInfo
          Local variable assignment information.
protected  CVariableInfo CAbstractBodyContext.fieldInfo
          Field assignment information.
 

Methods in at.dms.kjc that return CVariableInfo
 CVariableInfo CClassContext.getVariableInfo()
          Returns old field info and resets field info to a clean slate.
 

Methods in at.dms.kjc with parameters of type CVariableInfo
 void CClassContext.close(JTypeDeclaration decl, CVariableInfo staticInfo, CVariableInfo instanceInfo, CVariableInfo[] constructorsInfo)
          Verify all final fields are initialized.
 void CClassContext.setVariableInfo(CVariableInfo info)
          Sets assignment information for all fields at once.