- java.lang.Object
-
- de.jangassen.jfa.Selector
-
public final class Selector extends Object
-
-
Constructor Summary
Constructors Constructor Description Selector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.sun.jna.PointerforMethod(Method method)static com.sun.jna.PointerforNamedTypes(String methodName, NamedType... namedTypes)static com.sun.jna.PointerforString(String selector)static StringstringForMethod(Method method)static StringstringForNamedTypes(String methodName, NamedType... namedTypes)
-
-
-
Method Detail
-
forMethod
public static com.sun.jna.Pointer forMethod(Method method)
-
forString
public static com.sun.jna.Pointer forString(String selector)
-
forNamedTypes
public static com.sun.jna.Pointer forNamedTypes(String methodName, NamedType... namedTypes)
-
stringForNamedTypes
public static String stringForNamedTypes(String methodName, NamedType... namedTypes)
-
-