Uses of Class
jass.modern.Visibility

Uses of Visibility in jass.modern
 

Methods in jass.modern that return Visibility
static Visibility Visibility.parseVisibility(int accessflag)
          Returns the visibility which is encoded in the accessflag.
static Visibility Visibility.parseVisibility(Modifier modifier)
           
static Visibility Visibility.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Visibility[] Visibility.values()
          Returns an array containing the constants of this enum type, in the order they are declared.