org.qbicc.machine.llvm.Attributable Maven / Gradle / Ivy
package org.qbicc.machine.llvm;
/**
*
*/
public interface Attributable {
Attributable attribute(LLValue attribute);
}
package org.qbicc.machine.llvm;
/**
*
*/
public interface Attributable {
Attributable attribute(LLValue attribute);
}