MCPcopy Index your code
hub / github.com/beanshell/beanshell / main

Method main

src/bsh/CommandLineReader.java:92–97  ·  view source on GitHub ↗
( String [] args )

Source from the content-addressed store, hash-verified

90
91 // Test it
92 public static void main( String [] args ) throws Exception {
93 Reader in = new CommandLineReader( new InputStreamReader(System.in) );
94 while ( true )
95 System.out.println( in.read() );
96
97 }
98}
99

Callers

nothing calls this directly

Calls 2

readMethod · 0.95
printlnMethod · 0.65

Tested by

no test coverage detected