MCPcopy Create free account
hub / github.com/rambaut/figtree / getIntegerOption

Method getIntegerOption

src/figtree/application/Arguments.java:430–433  ·  view source on GitHub ↗

Return the value of an integer option

(String label)

Source from the content-addressed store, hash-verified

428 * Return the value of an integer option
429 */
430 public int getIntegerOption(String label) {
431 IntegerOption o = (IntegerOption)options[findOption(label)];
432 return o.value;
433 }
434
435 /**
436 * Return the value of an integer array option

Callers 1

mainMethod · 0.95

Calls 1

findOptionMethod · 0.95

Tested by

no test coverage detected