Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFunctionValue
Method · 0.95
split
Method · 0.95
doPlot
Method · 0.95
addPlotLegend
Method · 0.95
makeHighResolution
Method · 0.95
startsWithEndsWith
Method · 0.95
roiManager
Method · 0.95
setFont
Method · 0.95
saveAs
Method · 0.95
print
Method · 0.95
printToWindow
Method · 0.95
replace
Method · 0.95
Calls
3
getString
Method · 0.95
getComma
Method · 0.80
getRightParen
Method · 0.80
Tested by
no test coverage detected