mjc

Uses of Class
org.multijava.mjc.Main.ExpectedResult

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

Uses of Main.ExpectedResult in org.multijava.mjc
 

Subclasses of Main.ExpectedResult in org.multijava.mjc
protected static class Main.ExpectedGF
           
protected static class Main.ExpectedIndifferent
           
protected static class Main.ExpectedType
           
 

Fields in org.multijava.mjc declared as Main.ExpectedResult
private  Main.ExpectedResult Main.ParseTask.expected
          The expected result of parsing files[0].
 

Methods in org.multijava.mjc with parameters of type Main.ExpectedResult
 Main.ParseTask Main.firstTask(File filename, Main.ExpectedResult expected)
          Generates the first task in the compilation sequence.
protected  void Main.currentlyParsingFor(File f, Main.ExpectedResult expected)
          Registers with the current session that the given file is being parsed in hopes of finding the given expected result.
protected  boolean Main.isCurrentlyParsingFor(File f, Main.ExpectedResult expected)
          Returns true iff the given file is currently being parsed in hopes of finding the given expected result.
protected  boolean Main.hasAlreadyFailedToParseFor(File f, Main.ExpectedResult expected)
          Returns true if we have already tried and failed to parse the given file for the given expected result.
 boolean Main.ExpectedResult.equals(Main.ExpectedResult other)
           
 

Constructors in org.multijava.mjc with parameters of type Main.ExpectedResult
Main.ParseTask(File fileName, Main.ExpectedResult expected)
           
 


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.