org.qbicc.machine.llvm.impl.Emittable Maven / Gradle / Ivy
package org.qbicc.machine.llvm.impl;
import java.io.IOException;
/**
*
*/
interface Emittable {
Appendable appendTo(Appendable target) throws IOException;
}
package org.qbicc.machine.llvm.impl;
import java.io.IOException;
/**
*
*/
interface Emittable {
Appendable appendTo(Appendable target) throws IOException;
}