Package jnr.ffi.provider.jffi
Class StubCompiler.DummyStubCompiler
- java.lang.Object
-
- jnr.ffi.provider.jffi.StubCompiler
-
- jnr.ffi.provider.jffi.StubCompiler.DummyStubCompiler
-
- Enclosing class:
- StubCompiler
static final class StubCompiler.DummyStubCompiler extends StubCompiler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jnr.ffi.provider.jffi.StubCompiler
StubCompiler.DummyStubCompiler
-
-
Field Summary
-
Fields inherited from class jnr.ffi.provider.jffi.StubCompiler
errnoFunctionAddress, hasAssembler, hasPageManager
-
-
Constructor Summary
Constructors Constructor Description DummyStubCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
attach(java.lang.Class clazz)
(package private) boolean
canCompile(ResultType returnType, ParameterType[] parameterTypes, CallingConvention convention)
(package private) void
compile(com.kenai.jffi.Function function, java.lang.String name, ResultType returnType, ParameterType[] parameterTypes, java.lang.Class resultClass, java.lang.Class[] parameterClasses, CallingConvention convention, boolean saveErrno)
-
Methods inherited from class jnr.ffi.provider.jffi.StubCompiler
newCompiler
-
-
-
-
Method Detail
-
canCompile
boolean canCompile(ResultType returnType, ParameterType[] parameterTypes, CallingConvention convention)
- Specified by:
canCompile
in classStubCompiler
-
compile
void compile(com.kenai.jffi.Function function, java.lang.String name, ResultType returnType, ParameterType[] parameterTypes, java.lang.Class resultClass, java.lang.Class[] parameterClasses, CallingConvention convention, boolean saveErrno)
- Specified by:
compile
in classStubCompiler
-
attach
void attach(java.lang.Class clazz)
- Specified by:
attach
in classStubCompiler
-
-