com.jogamp.gluegen.runtime
Interface FunctionAddressResolver


public interface FunctionAddressResolver

Author:
Michael Bien

Method Summary
 long resolve(String name, DynamicLookupHelper lookup)
          Resolves the name of the function bound to the method and returns the address.
 

Method Detail

resolve

long resolve(String name,
             DynamicLookupHelper lookup)
Resolves the name of the function bound to the method and returns the address.