MCPcopy 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

getInvocationTextMethod · 0.95
getScriptStackTraceMethod · 0.95
evalMethod · 0.95
primitiveEqualsMethod · 0.80
getArgumentsMethod · 0.80
getMessageMethod · 0.80
getErrorTextMethod · 0.80
typeMethod · 0.80
enterMethod · 0.80
countNLsMethod · 0.80
showHistoryLineMethod · 0.80
printMethod · 0.80

Calls 3

appendMethod · 0.80
equalsMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected