mjc

Uses of Class
org.multijava.util.Options

Packages that use Options
org.multijava.dis   
org.multijava.mjc Implements mjc, a MultiJava compiler. 
org.multijava.mjdoc The mjdoc tool documents java programs that contain MultiJava (MJ) extensions to the Java progamming language; it produces html pages very similar to those produced by the javadoc tool. 
org.multijava.mjdoc.mjdoc_142 The mjdoc tool documents java programs that contain MultiJava (MJ) extensions to the Java progamming language; it produces html pages very similar to those produced by the javadoc tool. 
org.multijava.util.backend Provides an optimizer for methods for the compilers in MultiJava and the Java Modeling Language
org.multijava.util.classfile Provides an editor for classfiles used by MultiJava and the Java Modeling Language
org.multijava.util.lexgen Provides a lexer for the compilers of MultiJava and the Java Modeling Language
org.multijava.util.optimize Provides an optimizer for classfiles used by MultiJava and the Java Modeling Language
org.multijava.util.testing Provides JUnit testing utilities for all of the parts of MultiJava and the Java Modeling Language
 

Uses of Options in org.multijava.dis
 

Subclasses of Options in org.multijava.dis
 class DisOptions
          This class is automatically generated from DisOptions.opt and contains member fields corresponding to command-line options.
 

Uses of Options in org.multijava.mjc
 

Subclasses of Options in org.multijava.mjc
 class MjcCommonOptions
          This class is automatically generated from MjcCommonOptions.opt and contains member fields corresponding to command-line options.
 class MjcOptions
          This class is automatically generated from MjcOptions.opt and contains member fields corresponding to command-line options.
 

Methods in org.multijava.mjc with parameters of type Options
protected  boolean MjcGUI.dirInClassPath(Options opt, String dir)
           
protected  String MjcGUI.getClasspath(Options opt)
           
protected  String MjcGUI.getSourcepath(Options opt)
           
protected  org.multijava.util.gui.GUI.Compilation MjcGUI.createCompilationInstance(String[] files, Options opt, OutputStream os)
           
 

Constructors in org.multijava.mjc with parameters of type Options
MjcGUI(Options options, ArrayList infiles, boolean commandLine, boolean standAlone)
           
 

Uses of Options in org.multijava.mjdoc
 

Subclasses of Options in org.multijava.mjdoc
 class JavadocOptions
          This class is automatically generated from JavadocOptions.opt and contains member fields corresponding to command-line options.
 class MjdocOptions
          This class is automatically generated from MjdocOptions.opt and contains member fields corresponding to command-line options.
 

Uses of Options in org.multijava.mjdoc.mjdoc_142
 

Methods in org.multijava.mjdoc.mjdoc_142 with parameters of type Options
protected  boolean MjdocGUI.dirInClassPath(Options opt, String dir)
           
protected  String MjdocGUI.getClasspath(Options opt)
           
protected  String MjdocGUI.getSourcepath(Options opt)
           
protected  org.multijava.util.gui.GUI.Compilation MjdocGUI.createCompilationInstance(String[] files, Options opt, OutputStream os)
           
 

Constructors in org.multijava.mjdoc.mjdoc_142 with parameters of type Options
MjdocGUI(Options options, ArrayList infiles, boolean commandLine, boolean standAlone)
           
 

Uses of Options in org.multijava.util.backend
 

Subclasses of Options in org.multijava.util.backend
 class BackendOptions
          This class is automatically generated from BackendOptions.opt and contains member fields corresponding to command-line options.
 

Uses of Options in org.multijava.util.classfile
 

Subclasses of Options in org.multijava.util.classfile
 class ClassfileOptions
          This class is automatically generated from ClassfileOptions.opt and contains member fields corresponding to command-line options.
 

Uses of Options in org.multijava.util.lexgen
 

Subclasses of Options in org.multijava.util.lexgen
 class LexgenOptions
          This class is automatically generated from LexgenOptions.opt and contains member fields corresponding to command-line options.
 

Uses of Options in org.multijava.util.optimize
 

Subclasses of Options in org.multijava.util.optimize
 class OptimizeOptions
          This class is automatically generated from OptimizeOptions.opt and contains member fields corresponding to command-line options.
 

Uses of Options in org.multijava.util.testing
 

Subclasses of Options in org.multijava.util.testing
 class TestingOptions
          This class is automatically generated from TestingOptions.opt and contains member fields corresponding to command-line options.
 


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.