Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getNextString
Method
getNextString
ij/src/main/java/ij/macro/Functions.java:607–610 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
605
}
606
607
final
String getNextString() {
608
interp.getComma();
609
return
getString();
610
}
611
612
final
String getLastString() {
613
interp.getComma();
Callers
15
makeArrow
Method · 0.95
getBoolean
Method · 0.95
newPlot
Method · 0.95
setPlotFontSize
Method · 0.95
replacePlot
Method · 0.95
newImage
Method · 0.95
print
Method · 0.95
doDialog
Method · 0.95
openSequence
Method · 0.95
call
Method · 0.95
join
Method · 0.95
exec
Method · 0.95
Calls
2
getString
Method · 0.95
getComma
Method · 0.80
Tested by
no test coverage detected