Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getNameNode
Method
getNameNode
src/bsh/BSHMethodInvocation.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
BSHMethodInvocation (
int
id) { super(id); }
34
35
BSHAmbiguousName getNameNode() {
36
return
(BSHAmbiguousName)jjtGetChild(0);
37
}
38
39
BSHArguments getArgsNode() {
40
return
(BSHArguments)jjtGetChild(1);
Callers
2
getConstructorArgs
Method · 0.95
eval
Method · 0.95
Calls
1
jjtGetChild
Method · 0.65
Tested by
no test coverage detected