MCPcopy Create free account
hub / github.com/ddf-project/DDF / MethodInfo

Method MethodInfo

core/src/main/java/io/ddf/util/Utils.java:592–595  ·  view source on GitHub ↗
(Method method)

Source from the content-addressed store, hash-verified

590
591
592 public MethodInfo(Method method) {
593 mMethod = method;
594 this.parse();
595 }
596
597 public Method getMethod() {
598 return mMethod;

Callers

nothing calls this directly

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected