MCPcopy Create free account
hub / github.com/beanshell/beanshell / doChar

Method doChar

src/bsh/util/AWTConsole.java:185–191  ·  view source on GitHub ↗
( char ch )

Source from the content-addressed store, hash-verified

183 }
184
185 private void doChar( char ch ) {
186 if ( (ch >= ' ') && (ch <= '~') ) {
187 line.append( ch );
188 append( String.valueOf(ch) );
189 textLength++;
190 }
191 }
192
193 private void enter() {
194 String s;

Callers 1

typeMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected