MCPcopy 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

runUserFunctionMethod · 0.95
pushArgsMethod · 0.95
doReturnMethod · 0.95
getExpressionTypeMethod · 0.95
doArrayAssignmentMethod · 0.95
isStringMethod · 0.95
getFactorMethod · 0.95
lookupStringVariableMethod · 0.95
showArrayInspectorMethod · 0.95
getVariableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected