MCPcopy Create free account
hub / github.com/Firebasky/Java / setName

Method setName

jackson/src/main/java/com/firebasky/learn/Man.java:28–31  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

26 }
27
28 public void setName(String name) {
29 System.out.println("set方法");
30 this.name = name;
31 }
32}

Callers 5

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
generateTemplatesImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected