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

Method instanceMethod

chasm/src/testData/java/other/ExampleClass.java:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 public static final char PUBLIC_STATIC_FINAL_FIELD = 'x';
16
17 public void instanceMethod() {
18 for (int i = 0; i < this.publicFinalField; i++) {
19 System.out.println("Hello Chasm!");
20 }
21 }
22
23 public static void publicStaticMethod() {
24 System.out.println("Static Hello Chasm!");

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected