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

org.qbicc.machine.llvm.Metable Maven / Gradle / Ivy

package org.qbicc.machine.llvm;

/**
 *
 */
public interface Metable extends Commentable {
    Metable meta(String name, LLValue data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy