public static enum ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper extends Enum<ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper> implements FunctionMapper
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getFunctionName(NativeLibrary library,
Method method) |
static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper INSTANCE
public static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper[] values()
for (ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper c : ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper.values()) System.out.println(c);
public static ClassInjector.UsingJna.Dispatcher.Windows32BitFunctionMapper valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFunctionName(NativeLibrary library, Method method)
getFunctionName
in interface FunctionMapper
Copyright © 2014–2025. All rights reserved.