
prompto.compiler.IInstruction Maven / Gradle / Ivy
package prompto.compiler;
public interface IInstruction {
default void rehearse(CodeAttribute code) {};
default void register(ConstantsPool pool) {};
default void writeTo(ByteWriter writer) {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy