Uses of Class
org.springframework.nativex.hint.Flag
-
-
Uses of Flag in org.springframework.nativex.hint
Methods in org.springframework.nativex.hint that return Flag Modifier and Type Method Description static Flag[]
AccessBits. getFlags(int value)
static Flag
Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static Flag[]
Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.nativex.hint with parameters of type Flag Modifier and Type Method Description static AccessBits
AccessBits. fromFlags(Flag... flags)
static String
Flag. toString(Flag[] flags)
-