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

Method getInfo

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

Source from the content-addressed store, hash-verified

1754 }
1755
1756 String getInfo() {
1757 if (interp.nextNextToken()==STRING_CONSTANT
1758 || (interp.nextToken()=='('&&interp.nextNextToken()!=')'))
1759 return getInfo(getStringArg());
1760 else {
1761 interp.getParens();
1762 return getWindowContents();
1763 }
1764 }
1765
1766 String getInfo(String key) {
1767 String lowercaseKey = key.toLowerCase(Locale.US);

Callers 1

getStringFunctionMethod · 0.95

Calls 15

getStringArgMethod · 0.95
getWindowContentsMethod · 0.95
getCommandNameMethod · 0.95
getImageMethod · 0.95
toStringMethod · 0.95
getLogMethod · 0.95
getStringPropertyMethod · 0.95
getWindowMethod · 0.95
createSubtitleMethod · 0.95
getStackSizeMethod · 0.95
getPropMethod · 0.95
getStackMethod · 0.95

Tested by

no test coverage detected