1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com
.jblend
.util
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
16 public final class Hack
21 throw Debugging
.todo();
25 public static final void disableDispatch()
27 throw Debugging
.todo();
31 public static final void enableDispatch()
33 throw Debugging
.todo();
37 public static final void initializeDispatch()
39 throw Debugging
.todo();
43 public static final void expandTimeslice(int var0
)
45 throw Debugging
.todo();
49 public static final void setTimeslice(int var0
)
51 throw Debugging
.todo();
55 public static final void dumpTheHeap()
57 throw Debugging
.todo();
61 public static final void traceMethod(boolean var0
)
63 throw Debugging
.todo();
67 public static final void printAllThreadStatus()
69 throw Debugging
.todo();
73 public static final boolean isSomeoneWaiting(Object var0
)
75 throw Debugging
.todo();