Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ jjtGetNumChildren
Method
jjtGetNumChildren
src/bsh/Node.java:72–72 ·
view source on GitHub ↗
Return the number of children the node has.
()
Source
from the content-addressed store, hash-verified
70
Return the number of children the node has.
71
*/
72
public
int
jjtGetNumChildren();
73
}
74
Callers
15
eval
Method · 0.65
generateClass
Method · 0.65
eval
Method · 0.65
eval
Method · 0.65
getConstructorArgs
Method · 0.65
evalBlock
Method · 0.65
eval
Method · 0.65
eval
Method · 0.65
getArguments
Method · 0.65
getTypeDescriptor
Method · 0.65
eval
Method · 0.65
eval
Method · 0.65
Implementers
1
SimpleNode
src/bsh/SimpleNode.java
Calls
no outgoing calls
Tested by
no test coverage detected