MCPcopy Create free account
hub / github.com/apache/pig / Invoker

Method Invoker

src/org/apache/pig/builtin/Invoker.java:62–65  ·  view source on GitHub ↗
(String fullName, String paramSpecsStr)

Source from the content-addressed store, hash-verified

60 private Type returnType_;
61
62 public Invoker(String fullName, String paramSpecsStr)
63 throws ClassNotFoundException, FrontendException, SecurityException, NoSuchMethodException {
64 this(fullName, paramSpecsStr, "true");
65 }
66
67 public Invoker(String fullName, String paramSpecsStr, String isStatic)
68 throws ClassNotFoundException, FrontendException, SecurityException, NoSuchMethodException {

Callers

nothing calls this directly

Calls 5

resolveClassNameMethod · 0.95
stringToClassMethod · 0.95
dropFirstClassMethod · 0.95
splitMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected