public static final class X86Disassembler.X86DisassemblerConverter extends java.lang.Object implements ToNativeConverter<X86Disassembler,Pointer>
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative
Constructor and Description |
---|
X86DisassemblerConverter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<Pointer> |
nativeType() |
Pointer |
toNative(X86Disassembler value,
ToNativeContext context) |
public Pointer toNative(X86Disassembler value, ToNativeContext context)
toNative
in interface ToNativeConverter<X86Disassembler,Pointer>
public java.lang.Class<Pointer> nativeType()
nativeType
in interface ToNativeConverter<X86Disassembler,Pointer>