MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / decodeToken

Method decodeToken

ij/src/main/java/ij/macro/Program.java:170–172  ·  view source on GitHub ↗
(int token)

Source from the content-addressed store, hash-verified

168 }
169
170 public String decodeToken(int token) {
171 return decodeToken(token&TOK_MASK, token>>TOK_SHIFT);
172 }
173
174 String decodeToken(int token, int address) {
175 String str;

Callers 5

dumpProgramMethod · 0.95
doStatementMethod · 0.80
skipStatementMethod · 0.80
getErrorLineMethod · 0.80
undefinedMethod · 0.80

Calls 1

d2sMethod · 0.95

Tested by

no test coverage detected