Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ hashCode
Method
hashCode
output/java8/1.4.19/FormalArgument.java:96–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
*/
95
96
@Override
97
public
int
hashCode() {
98
return
name.hashCode()+defaultValueToken.hashCode();
99
}
100
101
@Override
102
public
boolean equals(Object o) {
Callers
nothing calls this directly
Calls
1
hashCode
Method · 0.65
Tested by
no test coverage detected