Enum DebuggingInfo

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

@API(since="3.0.0", status=STABLE) public enum DebuggingInfo extends Enum<DebuggingInfo>
An enum representing the various types of debugger info that can be included in compilations.

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

Debugging info flags are designed to be combined using the helper methods on this class.

Since:
3.0.0
Author:
Ashley Scopes