prompto.compiler.DumpLevel Maven / Gradle / Ivy
The newest version!
package prompto.compiler;
public enum DumpLevel {
NONE,
OPCODE,
STACK;
public static DumpLevel current() {
return NONE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy