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 // ---------------------------------------------------------------------------
11 * This package contains the middle-level emulation layer which provides
12 * native methods which perform a specific function that has specific logic
13 * that might be executed low-level in SummerCoat or high-level as in
19 package cc
.squirreljme
.jvm
.mle
;