-
public class Modifier.Access.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Modifier.Access.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Modifier.AccessfromModifiers(Integer mods)Extract the access level from the passed modifier int. -
-
Method Detail
-
fromModifiers
final Modifier.Access fromModifiers(Integer mods)
Extract the access level from the passed modifier int. If multiple are present the most open one will be returned.
-
-
-
-