home *** CD-ROM | disk | FTP | other *** search
- package netscape.jsdebug;
-
- public final class JSThreadState extends ThreadStateBase {
- protected int nativeThreadState;
-
- public static ThreadStateBase getThreadState(Thread var0) throws InvalidInfoException {
- throw new InternalError("unimplemented");
- }
-
- public native int countStackFrames() throws InvalidInfoException;
-
- public native StackFrameInfo getCurrentFrame() throws InvalidInfoException;
-
- public Thread getThread() {
- throw new InternalError("unimplemented");
- }
-
- public void leaveSuspended() {
- throw new InternalError("unimplemented");
- }
-
- protected void resume0() {
- throw new InternalError("unimplemented");
- }
- }
-