Package 

Object Modifier.Access.Companion

    • Method Summary

      Modifier and Type Method Description
      final Modifier.Access fromModifiers(Integer mods) Extract the access level from the passed modifier int.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.