MCPcopy Index your code
hub / github.com/antlr/codebuff / main

Method main

output/java8/1.4.12/STViz.java:448–454  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

446 }
447
448 public static void main(String[] args) throws IOException
449 { // test rig
450 if ( args.length>0 && args[0].equals("1") ) test1();
451 else if ( args.length>0 && args[0].equals("2") ) test2();
452 else if ( args.length>0 && args[0].equals("3") ) test3();
453 else if ( args.length>0 && args[0].equals("4") ) test4();
454 }
455
456 public static void test1() throws IOException
457 { // test rig

Callers

nothing calls this directly

Calls 5

test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95
equalsMethod · 0.65

Tested by

no test coverage detected