MCPcopy Create free account
hub / github.com/QuiltMC/chasm / toString

Method toString

chasm/src/testData/java/other/ExampleEnum.java:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public enum ExampleEnum {
4 A(1), B(2) {
5 public String toString() {
6 return "b";
7 }
8 };
9
10 private final int value;

Callers 3

testGenericsMethod · 0.45
doTestMethod · 0.45
transformersToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected