Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getArray
Method
getArray
ij/src/main/java/ij/macro/Variable.java:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
Variable[] getArray() {
90
return
array;
91
}
92
93
void
setArray(Variable[] array) {
94
this.array = array;
Callers
15
runUserFunction
Method · 0.95
pushArgs
Method · 0.95
doReturn
Method · 0.95
getExpressionType
Method · 0.95
doArrayElementAssignment
Method · 0.95
doUserFunctionAssignment
Method · 0.95
doArrayAssignment
Method · 0.95
isString
Method · 0.95
getFactor
Method · 0.95
lookupStringVariable
Method · 0.95
showArrayInspector
Method · 0.95
getVariable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected