saker.java.compiler Documentation TaskDoc JavaDoc Packages
Enumeration for specifying the kind of debugging information that should be included in generated class files. The debug info types are interpreted in a case-insensitive manner. Corresponds to the -g option for javac.
Summary
Enumeration values
allIncludes all debugging information in the generated class files.
linesIncludes line number debugging information in the generated class files.
noneIncludes no debugging information in the generated class files.
sourceIncludes source file debugging information in the generated class files.
varsIncludes local variable debugging information in the generated class files.
Enumeration values
Includes all debugging information in the generated class files.
Includes line number debugging information in the generated class files.
Includes no debugging information in the generated class files.
Includes source file debugging information in the generated class files.
Includes local variable debugging information in the generated class files.