SquirrelJME/SquirrelJME

View on GitHub
modules/tool-classfile/src/main/java/net/multiphasicapps/classfile/package-info.java

Summary

Maintainability
A
0 mins
Test Coverage
// -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
// ---------------------------------------------------------------------------
// SquirrelJME
//     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
// ---------------------------------------------------------------------------
// SquirrelJME is under the Mozilla Public License Version 2.0.
// See license.mkd for licensing and copyright information.
// ---------------------------------------------------------------------------

/**
 * This package contains the classes which are used to represent class files
 * in an abstract structure format. None of the classes in this package perform
 * any JIT operation, it is only concerned with loading class files and
 * representing them.
 *
 * Structures are read, then they are compiled by the JIT.
 *
 * @since 2017/09/26
 */

package net.multiphasicapps.classfile;