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

org.qbicc.machine.llvm.debuginfo.MetadataNode Maven / Gradle / Ivy

package org.qbicc.machine.llvm.debuginfo;

import org.qbicc.machine.llvm.Commentable;
import org.qbicc.machine.llvm.LLValue;

/**
 *
 */
public interface MetadataNode extends Commentable {
    LLValue asRef();
    MetadataNode comment(String comment);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy