Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getText
Method
getText
src/bsh/SimpleNode.java:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
public
String getText() {
57
return
"<Compiled Java Code>"
;
58
}
59
};
60
61
protected
Node parent;
Callers
15
getInvocationText
Method · 0.95
getScriptStackTrace
Method · 0.95
eval
Method · 0.95
primitiveEquals
Method · 0.80
getArguments
Method · 0.80
getMessage
Method · 0.80
getErrorText
Method · 0.80
type
Method · 0.80
enter
Method · 0.80
countNLs
Method · 0.80
showHistoryLine
Method · 0.80
print
Method · 0.80
Calls
3
append
Method · 0.80
equals
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected