All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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