Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFunctionValue
Method · 0.95
getNumber
Method · 0.95
split
Method · 0.95
doPlot
Method · 0.95
newPlot
Method · 0.95
addPlotText
Method · 0.95
drawShapes
Method · 0.95
addPlotLegend
Method · 0.95
makeHighResolution
Method · 0.95
addToPlot
Method · 0.95
getStringFunctionArg
Method · 0.95
startsWithEndsWith
Method · 0.95
Calls
2
getString
Method · 0.95
getLeftParen
Method · 0.80
Tested by
no test coverage detected