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

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy