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

Class LONG

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

Source from the content-addressed store, hash-verified

204 }
205
206 private static final class LONG implements Kind {
207 @Override
208 public void process(String arg, String option, Map<String,Object> options) {
209 options.put(arg,Long.parseLong(option));
210 }
211 @Override
212 public String toString() {
213 return "<long>";
214 }
215 }
216
217 private static final class FILE implements Kind {
218 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected