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.PointerOpVariableAccessorGenerator. POINTER_OP_POINTERFields 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. pointerOperationsMethod parameters in jnr.ffi.provider.jffi with type arguments of type VariableAccessorGenerator.PointerOp Modifier and Type Method Description private static voidVariableAccessorGenerator. op(java.util.Map<NativeType,VariableAccessorGenerator.PointerOp> ops, NativeType type, java.lang.String name, java.lang.Class nativeIntType)
-