org.jruby.ext.ffi
Interface NativeParam

All Known Implementing Classes:
CallbackInfo, NativeType

public interface NativeParam

This is just a marker interface to allow both NativeType and Callback to be used as parameter types.


Method Summary
 NativeType getNativeType()
           
 

Method Detail

getNativeType

NativeType getNativeType()


Copyright © 2002-2009 JRuby Team. All Rights Reserved.