Indicates whether this member is declared public. @return true if the public modifier is present
()
| 84 | * @return {@code true} if the public modifier is present |
| 85 | */ |
| 86 | default boolean isPublic() { |
| 87 | return (getModifiers() & Modifier.PUBLIC) != 0; |
| 88 | } |
| 89 |
no outgoing calls
no test coverage detected