edu.rice.cs.drjava.model.repl.newjvm
Class InterpretResult.BusyResult
java.lang.Object
edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.BusyResult
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- InterpretResult
private static class InterpretResult.BusyResult
- extends InterpretResult
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final InterpretResult.BusyResult INSTANCE
InterpretResult.BusyResult
private InterpretResult.BusyResult()
apply
public <T> T apply(InterpretResult.Visitor<T> v)
- Specified by:
apply in class InterpretResult