mjc

Uses of Interface
org.multijava.mjc.JPackageImportType

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

Uses of JPackageImportType in org.multijava.mjc
 

Classes in org.multijava.mjc that implement JPackageImportType
 class JPackageImport
          This class represents (in the AST) full-package import statements, an asterisk.
 

Fields in org.multijava.mjc declared as JPackageImportType
private  JPackageImportType[] JCompilationUnit.importedPackages
           
private  JPackageImportType[] CCompilationUnit.importedPackages
           
static JPackageImportType CParseCompilationUnitContext.JAVA_LANG
           
 

Methods in org.multijava.mjc that return JPackageImportType
 JPackageImportType[] JCompilationUnit.importedPackages()
           
abstract  JPackageImportType[] JCompilationUnitType.importedPackages()
           
 JPackageImportType[] CCompilationUnit.importedPackages()
           
 JPackageImportType[] CParseCompilationUnitContext.getPackageImports()
           
 

Methods in org.multijava.mjc with parameters of type JPackageImportType
 void JCompilationUnit.setImportedPackages(JPackageImportType[] packages)
           
 void CCompilationUnit.update(JClassOrGFImportType[] importedClasses, JClassOrGFImportType[] importedGFs, JPackageImportType[] importedPackages, Hashtable loadedClasses, CGFCollectionMap loadedGFCollections)
          Updates the compilation unit after completion of grouping open methods.
 void CParseCompilationUnitContext.addPackageImport(JPackageImportType pack)
           
 

Constructors in org.multijava.mjc with parameters of type JPackageImportType
JCompilationUnit(TokenReference where, JPackageName packageName, CCompilationUnit export, JPackageImportType[] importedPackages, ArrayList importedUnits, JTypeDeclarationType[] typeDeclarations, ArrayList tlMethods)
          Constructs a CompilationUnit with the specified top level 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.