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

Method setCommands

ij/src/main/java/ij/macro/Functions.java:5980–5988  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5978 }
5979
5980 void setCommands() {
5981 interp.getParens();
5982 Hashtable commands = Menus.getCommands();
5983 props = new Properties();
5984 for (Enumeration en=commands.keys(); en.hasMoreElements();) {
5985 String command = (String)en.nextElement();
5986 props.setProperty(command, (String)commands.get(command));
5987 }
5988 }
5989
5990 void setMeasurements() {
5991 String arg = "";

Callers 1

doListMethod · 0.95

Calls 4

getCommandsMethod · 0.95
getParensMethod · 0.80
setPropertyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected