MCPcopy 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

pushArgsMethod · 0.95
doReturnMethod · 0.95
getExpressionTypeMethod · 0.95
isStringMethod · 0.95
showArrayInspectorMethod · 0.95
updateArrayInspectorMethod · 0.95
isStringArgMethod · 0.95
isArrayArgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected