Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getType
Method
getType
ij/src/main/java/ij/macro/Variable.java:114–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
int
getType() {
115
if
(array!=null)
116
return
ARRAY;
117
else
if
(str!=null)
118
return
STRING;
119
else
120
return
VALUE;
121
}
122
123
public
String toString() {
124
String s =
""
;
Callers
10
pushArgs
Method · 0.95
doReturn
Method · 0.95
getExpressionType
Method · 0.95
doArrayElementAssignment
Method · 0.95
doUserFunctionAssignment
Method · 0.95
isString
Method · 0.95
showArrayInspector
Method · 0.95
updateArrayInspector
Method · 0.95
isStringArg
Method · 0.95
isArrayArg
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected