|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||