Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doFunction
Method · 0.95
getFunctionValue
Method · 0.95
getStringFunction
Method · 0.95
selectWindow
Method · 0.95
setJustification
Method · 0.95
requires
Method · 0.95
getFileList
Method · 0.95
getInfo
Method · 0.95
getDirectory
Method · 0.95
setPlotOptions
Method · 0.95
setPlotFormatFlags
Method · 0.95
setKeyDown
Method · 0.95
Calls
3
getString
Method · 0.95
getLeftParen
Method · 0.80
getRightParen
Method · 0.80
Tested by
no test coverage detected