cc.squirreljme.jvm.aot
- Backend: This is the base class for the backend interface what is available for compilers and otherwise.
- CompileSettings: This class contains settings for compilation.
- LinkGlob: Base interface which describes a glob of linked binary.
- Main: Main entry point for the AOT compilation backend.
- RomSettings: This class contains settings for ROM building.
- StandardInputStream: This is an input stream which handles standard input in SquirrelJME.
cc.squirreljme.jvm.aot.pack
- ChunkUtils: Utilities for chunk writing.
- HeaderStructWriter : Writer for standard {@link HeaderStruct}.
- PropertySpan: Represents a single set of property spans.
- StandardPackWriter : Writer that is capable of writing anything based on table of contents and headers such as {@link PackRom} and {@link JarRom}.
- TableOfContentsEntry : A single entry within the {@link TableOfContentsWriter}.
- TableOfContentsWriter : Writer for {@link TableOfContents}.