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