comparison graal/com.oracle.nfi/src/com/oracle/nfi/api/NativeFunctionPointer.java @ 18845:f57d86eb036f

removed Node factory methods
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Jan 2015 20:39:04 +0100
parents dd8449afc086
children 1cde96b96673
comparison
equal deleted inserted replaced
18843:f2261069ba99 18845:f57d86eb036f
31 */ 31 */
32 public interface NativeFunctionPointer { 32 public interface NativeFunctionPointer {
33 33
34 /** 34 /**
35 * Returns the name of the function. 35 * Returns the name of the function.
36 * 36 *
37 * @return name of the function 37 * @return name of the function
38 */ 38 */
39 String getName(); 39 String getName();
40 40
41 /** 41 /**