MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / process

Method process

src/main/java/wycc/util/OptArg.java:160–160  ·  view source on GitHub ↗
(String arg, String option, Map<String,Object> options)

Source from the content-addressed store, hash-verified

158
159 interface Kind {
160 void process(String arg, String option, Map<String,Object> options);
161 }
162
163 public final static STRING STRING = new STRING();

Callers 1

parseOptionsMethod · 0.95

Implementers 8

STRINGsrc/main/java/wycc/util/OptArg.java
STRINGARRAYsrc/main/java/wycc/util/OptArg.java
INTsrc/main/java/wycc/util/OptArg.java
LONGsrc/main/java/wycc/util/OptArg.java
FILEsrc/main/java/wycc/util/OptArg.java
FILEDIRsrc/main/java/wycc/util/OptArg.java
FILELISTsrc/main/java/wycc/util/OptArg.java
OPTIONSMAPsrc/main/java/wycc/util/OptArg.java

Calls

no outgoing calls

Tested by

no test coverage detected