Modifier

public enum Modifier(source)

A list of modifiers that can be used to check if a modifier is present in a given modifier.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public static Array<Modifier> fromInt(int modifiers)
Returns a list of all modifiers that are present in the given modifier.
Link copied to clipboard
public static Array<Modifier> fromIntPositive(int modifiers)
Returns a list of all modifiers that are present in the given modifier.
Link copied to clipboard
public boolean is(int modifier)
Link copied to clipboard
public boolean isNot(int modifier)
Link copied to clipboard
public String keyword()
Link copied to clipboard
public static Modifier valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<Modifier> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.