MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / print

Method print

housekeeping/Leaf.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 return this;
12 }
13 void print() {
14 System.out.println("i = " + i);
15 }
16 public static void main(String[] args) {
17 Leaf x = new Leaf();
18 x.increment().increment().increment().print();

Callers 15

mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
conditionMethod · 0.80
sayMethod · 0.80
mainMethod · 0.80
countPetMethod · 0.80

Calls

no outgoing calls

Tested by 4

conditionMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64