mjc

Uses of Class
org.multijava.mjc.CCompilationUnit

Packages that use CCompilationUnit
org.multijava.mjc Implements mjc, a MultiJava compiler. 
 

Uses of CCompilationUnit in org.multijava.mjc
 

Fields in org.multijava.mjc declared as CCompilationUnit
private  CCompilationUnit JCompilationUnit.export
          Provides name space management, e.g., resolving references to external types.
protected  CCompilationUnit MemberAccess.hostCompilationUnit
          Stores a cached copy of the result of getCCompilationUnit.
private  CCompilationUnit CCompilationUnitContext.cunit
           
private  CCompilationUnit CParseCompilationUnitContext.export
           
 

Methods in org.multijava.mjc that return CCompilationUnit
 CCompilationUnit CMember.getCCompilationUnit()
          Returns the compilation unit that hosts this member.
 CCompilationUnit MemberAccess.getCCompilationUnit()
          Returns the compilation unit that hosts this member.
 CCompilationUnit CParseCompilationUnitContext.compilationUnitExport()
           
 

Methods in org.multijava.mjc with parameters of type CCompilationUnit
 CCompilationUnitContextType Main.createCompilationUnitContext(JCompilationUnitType jc, CCompilationUnit cunit)
          Creates a compilation unit context for this compiler.
 CCompilationUnitContextType JCompilationUnit.createCompilationUnitContext(Main compiler, CCompilationUnit cunit)
           
 

Constructors in org.multijava.mjc with parameters of type CCompilationUnit
JCompilationUnit(TokenReference where, JPackageName packageName, CCompilationUnit export, JPackageImportType[] importedPackages, ArrayList importedUnits, JTypeDeclarationType[] typeDeclarations, ArrayList tlMethods)
          Constructs a CompilationUnit with the specified top level context
CCompilationUnitContext(Main compiler, CCompilationUnit cunit)
          Construct a compilation unit context.
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.