MCPcopy Index your code
hub / github.com/Firebasky/Java / getName

Method getName

jackson/src/main/java/com/firebasky/learn/Man.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public String getName() {
24 System.out.println("get方法");
25 return name;
26 }
27
28 public void setName(String name) {
29 System.out.println("set方法");

Callers 11

mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
generateTemplatesImplMethod · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getFdFileMethod · 0.45
tomcat_v3Method · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected