MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getNextString

Method getNextString

ij/src/main/java/ij/macro/Functions.java:607–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 final String getNextString() {
608 interp.getComma();
609 return getString();
610 }
611
612 final String getLastString() {
613 interp.getComma();

Callers 15

makeArrowMethod · 0.95
getBooleanMethod · 0.95
newPlotMethod · 0.95
setPlotFontSizeMethod · 0.95
replacePlotMethod · 0.95
newImageMethod · 0.95
printMethod · 0.95
doDialogMethod · 0.95
openSequenceMethod · 0.95
callMethod · 0.95
joinMethod · 0.95
execMethod · 0.95

Calls 2

getStringMethod · 0.95
getCommaMethod · 0.80

Tested by

no test coverage detected