MCPcopy Create free account
hub / github.com/beanshell/beanshell / append

Method append

src/bsh/util/JConsole.java:360–364  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

358 }
359
360 private void append(String string) {
361 int slen = textLength();
362 text.select(slen, slen);
363 text.replaceSelection(string);
364 }
365
366 private String replaceRange(Object s, int start, int end) {
367 String st = s.toString();

Callers 15

typeMethod · 0.95
doCommandCompletionMethod · 0.95
enterMethod · 0.95
runMethod · 0.95
convertToStringMethod · 0.80
getMethodCallSyntaxMethod · 0.80
getProgramMethod · 0.80
toStringMethod · 0.80
stringSetupMethod · 0.80
methodStringMethod · 0.80
getMethodDescriptorMethod · 0.80
add_escapesMethod · 0.80

Calls 1

textLengthMethod · 0.95

Tested by 1

evalMethod · 0.64