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

Method getStringArg

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

Source from the content-addressed store, hash-verified

593 }
594
595 String getStringArg() {
596 interp.getLeftParen();
597 String arg = getString();
598 interp.getRightParen();
599 return arg;
600 }
601
602 final String getFirstString() {
603 interp.getLeftParen();

Callers 15

doFunctionMethod · 0.95
getFunctionValueMethod · 0.95
getStringFunctionMethod · 0.95
selectWindowMethod · 0.95
setJustificationMethod · 0.95
requiresMethod · 0.95
getFileListMethod · 0.95
getInfoMethod · 0.95
getDirectoryMethod · 0.95
setPlotOptionsMethod · 0.95
setPlotFormatFlagsMethod · 0.95
setKeyDownMethod · 0.95

Calls 3

getStringMethod · 0.95
getLeftParenMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected