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) class
AbstractX86StubCompiler
Base class for most X86_32/X86_64 stub compilers(package private) static class
StubCompiler.DummyStubCompiler
(package private) class
X86_32StubCompiler
Stub compiler for i386 unix(package private) class
X86_64StubCompiler
Compilers method trampoline stubs for x86_64Fields in jnr.ffi.provider.jffi declared as StubCompiler Modifier and Type Field Description private StubCompiler
X86MethodGenerator. compiler
Methods in jnr.ffi.provider.jffi that return StubCompiler Modifier and Type Method Description static StubCompiler
StubCompiler. newCompiler(Runtime runtime)
Constructors in jnr.ffi.provider.jffi with parameters of type StubCompiler Constructor Description X86MethodGenerator(StubCompiler compiler)
-