Enum CompilationMode

java.lang.Object
java.lang.Enum<CompilationMode>
io.github.ascopes.jct.compilers.CompilationMode
All Implemented Interfaces:
Serializable, Comparable<CompilationMode>

@API(since="0.0.1", status=STABLE) public enum CompilationMode extends Enum<CompilationMode>
An enum representing the various types of compilation mode that a compiler can run under.

This corresponds to the -proc flag in the OpenJDK Javac implementation.

Since:
0.0.1
Author:
Ashley Scopes