MCPcopy Create free account
hub / github.com/antlr/codebuff / hashCode

Method hashCode

output/java8/1.4.16/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

hashCodeMethod · 0.65

Tested by

no test coverage detected