Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isPrivate
Method
isPrivate
output/java_guava/1.4.17/Element.java:123–125 ·
view source on GitHub ↗
Returns true if the element is private.
()
Source
from the content-addressed store, hash-verified
121
122
123
public
final
boolean isPrivate() {
124
return
Modifier.isPrivate(getModifiers());
125
}
126
127
/** Returns true
if
the element is
static
. */
128
Callers
2
isPackagePrivate
Method · 0.95
isOverridable
Method · 0.45
Calls
1
getModifiers
Method · 0.95
Tested by
no test coverage detected