Uses of Class
jnr.ffi.provider.jffi.VariableAccessorGenerator.PointerOp
-
Packages that use VariableAccessorGenerator.PointerOp Package Description jnr.ffi.provider.jffi -
-
Uses of VariableAccessorGenerator.PointerOp in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as VariableAccessorGenerator.PointerOp Modifier and Type Field Description private static VariableAccessorGenerator.PointerOp
VariableAccessorGenerator. POINTER_OP_POINTER
Fields in jnr.ffi.provider.jffi with type parameters of type VariableAccessorGenerator.PointerOp Modifier and Type Field Description (package private) static java.util.Map<NativeType,VariableAccessorGenerator.PointerOp>
VariableAccessorGenerator. pointerOperations
Method parameters in jnr.ffi.provider.jffi with type arguments of type VariableAccessorGenerator.PointerOp Modifier and Type Method Description private static void
VariableAccessorGenerator. op(java.util.Map<NativeType,VariableAccessorGenerator.PointerOp> ops, NativeType type, java.lang.String name, java.lang.Class nativeIntType)
-