Indicates whether this member is declared protected. @return true if the protected modifier is present
()
| 75 | * @return {@code true} if the protected modifier is present |
| 76 | */ |
| 77 | default boolean isProtected() { |
| 78 | return (getModifiers() & Modifier.PROTECTED) != 0; |
| 79 | } |
| 80 |
no outgoing calls
no test coverage detected