|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassFileError | |
---|---|
edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.model.junit | Contains the code for integration of the JUnit testing facility. |
edu.rice.cs.drjava.model.repl.newjvm | Manages the creation and invocation of the separate JVM used by the interactions pane. |
Uses of ClassFileError in edu.rice.cs.drjava.model |
---|
Methods in edu.rice.cs.drjava.model with parameters of type ClassFileError | |
---|---|
void |
GlobalModelTestCase.TestListener.classFileError(ClassFileError e)
|
void |
GlobalModelTestCase.JUnitTestListener.classFileError(ClassFileError e)
|
void |
GlobalEventNotifier.classFileError(ClassFileError e)
Called when trying to test an illegal class file. |
void |
DummyGlobalModelListener.classFileError(ClassFileError e)
Called when trying to test an illegal class file. |
Uses of ClassFileError in edu.rice.cs.drjava.model.junit |
---|
Methods in edu.rice.cs.drjava.model.junit with parameters of type ClassFileError | |
---|---|
void |
JUnitModelCallback.classFileError(ClassFileError e)
Called from the JUnitTestManager if it encounters an illegal class file. |
void |
JUnitListener.classFileError(ClassFileError e)
Called when JUnit encounters an illegal class file. |
void |
DefaultJUnitModel.classFileError(ClassFileError e)
Called to indicate that an illegal class file was encountered |
Uses of ClassFileError in edu.rice.cs.drjava.model.repl.newjvm |
---|
Methods in edu.rice.cs.drjava.model.repl.newjvm with parameters of type ClassFileError | |
---|---|
void |
MainJVMRemoteI.classFileError(ClassFileError e)
Called if the slave JVM encounters an illegal class file during testing. |
void |
MainJVM.classFileError(ClassFileError e)
Called if the slave JVM encounters an illegal class file in testing. |
void |
MainJVM.DummyJUnitModel.classFileError(ClassFileError e)
|
void |
InterpreterJVM.classFileError(ClassFileError e)
Notifies the main JVM that JUnitTestManager has encountered an illegal class file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |