JML

Uses of Class
org.multijava.mjc.ParsingController.ConfigurationException

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

Uses of ParsingController.ConfigurationException in org.multijava.mjc
 

Subclasses of ParsingController.ConfigurationException in org.multijava.mjc
static class ParsingController.KeyException
          This inner class represents exceptions that can be thrown because of bad key values passed as arguments to the outer classes methods.
 

Methods in org.multijava.mjc that throw ParsingController.ConfigurationException
 void TestParsingController.test_FilteredTokenStream_class1()
          Should successfully lex the MultiJava tokens in the input stream.
 void TestParsingController.test_FilteredTokenStream_class2()
          Should successfully lex the javadoc tokens in the input stream, but no javadoc tokens are in the input stream.
 void TestParsingController.test_FilteredTokenStream_class3()
          Should successfully lex just the multijava tokens in the input stream.
 void TestParsingController.test_FilteredTokenStream_class4()
          Should successfully lex just the javadoc tokens in the input stream.
 void TestParsingController.test_FilteredTokenStream_class5()
          Should successfully lex both the multijava and javadoc tokens in the input stream.
 void TestParsingController.test_FilteredTokenStream_class6()
          Should successfully lex both the multijava and javadoc tokens in the input stream.
 void TestParsingController.test_FilteredTokenStream_class7()
          Should successfully lex both the multijava and javadoc tokens in the input stream.
 void TestParsingController.test_FilteredTokenStream_class8()
          Should successfully lex just the multijava tokens in the input stream despite the javadoc comment ending in '**' + '/'.
 void TestParsingController.test_getLine_method1()
          Should successfully give the line numbers of each token.
 void TestParsingController.test_getLine_method2()
          Should successfully give the line numbers of each token.
 void TestParsingController.test_getColumn_method1()
          Should successfully give the column numbers of each token.
 void TestParsingController.test_getColumn_method2()
          Should successfully give the column numbers of each token.
 void ParsingController.selectInitial(String key)
          Makes the lexer bound to the given key the initial lexer.
 ParsingController.FilteredTokenStream ParsingController.initialOutputStream()
          Returns a token stream that provides tokens generated by the initial lexer.
 


JML

JML is Copyright (C) 1998-2002 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. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.