com.alibaba.fastffi.clang.tooling.CommonOptionsParser_cxx_0x42a9ec19Factory Maven / Gradle / Ivy
The newest version!
package com.alibaba.fastffi.clang.tooling;
import com.alibaba.fastffi.llvm.cl.OptionCategory;
public class CommonOptionsParser_cxx_0x42a9ec19Factory implements CommonOptionsParser.Factory {
public static final CommonOptionsParser.Factory INSTANCE;
static {
INSTANCE = new CommonOptionsParser_cxx_0x42a9ec19Factory();
}
public CommonOptionsParser_cxx_0x42a9ec19Factory() {
}
public CommonOptionsParser create(int argc, long argv, OptionCategory category) {
return new CommonOptionsParser_cxx_0x42a9ec19(CommonOptionsParser_cxx_0x42a9ec19.nativeCreateFactory0(argc, argv, ((com.alibaba.fastffi.FFIPointerImpl) category).address));
}
}