Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getString
Method
getString
ij/src/main/java/ij/macro/Variable.java:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
public
String getString() {
80
return
str;
81
}
82
83
void
setString(String str) {
84
this.str = str;
Callers
14
pushArgs
Method · 0.95
doReturn
Method · 0.95
doArrayElementAssignment
Method · 0.95
doUserFunctionAssignment
Method · 0.95
doStringAssignment
Method · 0.95
getStringTerm
Method · 0.95
getFactor
Method · 0.95
getStringExpression
Method · 0.95
lookupStringVariable
Method · 0.95
lengthOf
Method · 0.95
convertArray
Method · 0.45
parseArgumentList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected