Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isProtected
Method
isProtected
output/java_guava/1.4.18/Element.java:109–111 ·
view source on GitHub ↗
Returns true if the element is protected.
()
Source
from the content-addressed store, hash-verified
107
108
109
public
final
boolean isProtected() {
110
return
Modifier.isProtected(getModifiers());
111
}
112
113
/** Returns true
if
the element is
package
-
private
. */
114
Callers
1
isPackagePrivate
Method · 0.95
Calls
1
getModifiers
Method · 0.95
Tested by
no test coverage detected