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

com.alibaba.fastffi.clang.NestedNameSpecifier_SpecifierKind_Library_cxx_0x49fff87 Maven / Gradle / Ivy

The newest version!
package com.alibaba.fastffi.clang;

import com.alibaba.fastffi.FFIGetter;
import com.alibaba.fastffi.FFISynthetic;
import com.alibaba.fastffi.FFITypeFactory;
import java.lang.UnsatisfiedLinkError;

@FFISynthetic("com.alibaba.fastffi.clang.NestedNameSpecifier.SpecifierKind.Library")
public class NestedNameSpecifier_SpecifierKind_Library_cxx_0x49fff87 implements NestedNameSpecifier.SpecifierKind.Library {
  public static final NestedNameSpecifier.SpecifierKind.Library INSTANCE;

  static {
    try {
      System.loadLibrary("llvm4jni");
    } catch (UnsatisfiedLinkError e) {
      System.load(FFITypeFactory.findNativeLibrary(NestedNameSpecifier_SpecifierKind_Library_cxx_0x49fff87.class, "llvm4jni"));
    }
  }
  static {
    INSTANCE = new NestedNameSpecifier_SpecifierKind_Library_cxx_0x49fff87();
  }

  public NestedNameSpecifier_SpecifierKind_Library_cxx_0x49fff87() {
  }

  @FFIGetter
  public int Global() {
    return native_Global();
  }

  @FFIGetter
  public static native int native_Global();

  @FFIGetter
  public int Identifier() {
    return native_Identifier();
  }

  @FFIGetter
  public static native int native_Identifier();

  @FFIGetter
  public int Namespace() {
    return native_Namespace();
  }

  @FFIGetter
  public static native int native_Namespace();

  @FFIGetter
  public int NamespaceAlias() {
    return native_NamespaceAlias();
  }

  @FFIGetter
  public static native int native_NamespaceAlias();

  @FFIGetter
  public int Super() {
    return native_Super();
  }

  @FFIGetter
  public static native int native_Super();

  @FFIGetter
  public int TypeSpec() {
    return native_TypeSpec();
  }

  @FFIGetter
  public static native int native_TypeSpec();

  @FFIGetter
  public int TypeSpecWithTemplate() {
    return native_TypeSpecWithTemplate();
  }

  @FFIGetter
  public static native int native_TypeSpecWithTemplate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy