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

Method getFirstString

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

Source from the content-addressed store, hash-verified

600 }
601
602 final String getFirstString() {
603 interp.getLeftParen();
604 return getString();
605 }
606
607 final String getNextString() {
608 interp.getComma();

Callers 15

getFunctionValueMethod · 0.95
getNumberMethod · 0.95
splitMethod · 0.95
doPlotMethod · 0.95
newPlotMethod · 0.95
addPlotTextMethod · 0.95
drawShapesMethod · 0.95
addPlotLegendMethod · 0.95
makeHighResolutionMethod · 0.95
addToPlotMethod · 0.95
getStringFunctionArgMethod · 0.95
startsWithEndsWithMethod · 0.95

Calls 2

getStringMethod · 0.95
getLeftParenMethod · 0.80

Tested by

no test coverage detected