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

Class STRINGARRAY

src/main/java/wycc/util/OptArg.java:183–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 private static final class STRINGARRAY implements Kind {
184 @Override
185 public void process(String arg, String option, Map<String,Object> options) {
186 String[] array = option.split(":");
187 options.put(arg,array);
188 }
189 @Override
190 public String toString() {
191 return "<string array>";
192 }
193 }
194
195 private static final class INT implements Kind {
196 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected