MCPcopy Index your code
hub / github.com/beanshell/beanshell / getArgsNode

Method getArgsNode

src/bsh/BSHMethodInvocation.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 BSHArguments getArgsNode() {
40 return (BSHArguments)jjtGetChild(1);
41 }
42
43 /**
44 Evaluate the method invocation with the specified callstack and

Callers 2

getConstructorArgsMethod · 0.95
evalMethod · 0.95

Calls 1

jjtGetChildMethod · 0.65

Tested by

no test coverage detected