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

Method getLastString

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

Source from the content-addressed store, hash-verified

610 }
611
612 final String getLastString() {
613 interp.getComma();
614 String arg = getString();
615 interp.getRightParen();
616 return arg;
617 }
618
619 boolean getBooleanArg() {
620 interp.getLeftParen();

Callers 15

getFunctionValueMethod · 0.95
splitMethod · 0.95
doPlotMethod · 0.95
addPlotLegendMethod · 0.95
makeHighResolutionMethod · 0.95
startsWithEndsWithMethod · 0.95
roiManagerMethod · 0.95
setFontMethod · 0.95
saveAsMethod · 0.95
printMethod · 0.95
printToWindowMethod · 0.95
replaceMethod · 0.95

Calls 3

getStringMethod · 0.95
getCommaMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected