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