MCPcopy Index your code
hub / github.com/SeanDragon/protools / toString

Method toString

common/src/main/java/pro/tools/time/Lunar.java:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public String toString() {
58 return String.format("阴历:%S年%S月%S日", lunarYear, lunarMonth, lunarDay) + (isLeap ? "(闰年)" : "");
59 }
60}

Callers 12

sendHttpMethod · 0.45
convertRequestMethod · 0.45
getLocalizedMessageMethod · 0.45
convertRequestMethod · 0.45
channelRead0Method · 0.45
exceptionCaughtMethod · 0.45
copyMethod · 0.45
moveMethod · 0.45
execCmdMethod · 0.45
visitFileMethod · 0.45
getLocalizedMessageMethod · 0.45
initMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected