|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Public Member Functions | |
| long | resolve (String name, DynamicLookupHelper lookup) throws SecurityException |
| Resolves the name of the function bound to the method and returns the address. More... | |
Definition at line 40 of file FunctionAddressResolver.java.
| long com.jogamp.gluegen.runtime.FunctionAddressResolver.resolve | ( | String | name, |
| DynamicLookupHelper | lookup | ||
| ) | throws SecurityException |
Resolves the name of the function bound to the method and returns the address.
Implementation shall ensure SecurityUtil#checkLinkPermission(String) is performed.
| SecurityException | if user is not granted access for the library set. |