|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionReturnedException | |
edu.rice.cs.drjava.model.repl | Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. |
Uses of ExceptionReturnedException in edu.rice.cs.drjava.model.repl |
Methods in edu.rice.cs.drjava.model.repl that throw ExceptionReturnedException | |
Object |
JavaInterpreter.interpret(String s)
Interprets the given string. |
private void |
JavaInterpreterTest.tester(Pair[] cases)
put your documentation comment here |
void |
JavaInterpreterTest.testConstants()
Make sure interpreting simple constants works. |
void |
JavaInterpreterTest.testBooleanOps()
Test simple operations with Booleans |
void |
JavaInterpreterTest.testIntegerOps()
put your documentation comment here |
void |
JavaInterpreterTest.testDoubleOps()
put your documentation comment here |
void |
JavaInterpreterTest.testStringOps()
put your documentation comment here |
void |
JavaInterpreterTest.testCharacterOps()
put your documentation comment here |
void |
JavaInterpreterTest.testSemicolon()
put your documentation comment here |
Object |
DynamicJavaAdapter.interpret(String s)
Interprets a string as Java source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |