Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ toString
Method
toString
src/bsh/SimpleNode.java:113–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
you need to do.
112
*/
113
public
String toString() {
return
ParserTreeConstants.jjtNodeName[id]; }
114
public
String toString(String prefix) {
return
prefix + toString(); }
115
116
/*
Callers
2
dump
Method · 0.95
getText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected