Uses of Enum
com.google.errorprone.annotations.Modifier

Packages that use Modifier
Package
Description
 
  • Uses of Modifier in com.google.errorprone.annotations

    Subclasses with type arguments of type Modifier in com.google.errorprone.annotations
    Modifier and Type
    Class
    Description
    enum 
    Modifiers in the Java language, as specified in: https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html#jls-8.1.1 https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html#jls-8.3.1 https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html#jls-8.4.3 https://docs.oracle.com/javase/specs/jls/se11/html/jls-9.html#jls-9.4
    Modifier and Type
    Method
    Description
    static Modifier
    Modifier.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static Modifier[]
    Modifier.values()
    Returns an array containing the constants of this enum type, in the order they are declared.