Uses of Class
jnr.ffi.provider.jffi.StubCompiler
-
Packages that use StubCompiler Package Description jnr.ffi.provider.jffi -
-
Uses of StubCompiler in jnr.ffi.provider.jffi
Subclasses of StubCompiler in jnr.ffi.provider.jffi Modifier and Type Class Description (package private) classAbstractA64StubCompilerBase class for most X86_32/X86_64 stub compilers(package private) classAbstractX86StubCompilerBase class for most X86_32/X86_64 stub compilers(package private) classARM_64StubCompilerCompilers method trampoline stubs for x86_64(package private) static classStubCompiler.DummyStubCompiler(package private) classX86_32StubCompilerStub compiler for i386 unix(package private) classX86_64StubCompilerCompilers method trampoline stubs for x86_64Fields in jnr.ffi.provider.jffi declared as StubCompiler Modifier and Type Field Description private StubCompilerX86MethodGenerator. compilerMethods in jnr.ffi.provider.jffi that return StubCompiler Modifier and Type Method Description static StubCompilerStubCompiler. newCompiler(Runtime runtime)Constructors in jnr.ffi.provider.jffi with parameters of type StubCompiler Constructor Description X86MethodGenerator(StubCompiler compiler)
-