Tests if c is a white space char
(char c)
| 602 | * Tests if c is a white space char |
| 603 | */ |
| 604 | private boolean isWhiteSpace(char c) { |
| 605 | return Character.isWhitespace(c); |
| 606 | } |
| 607 | |
| 608 | // this is a gate Document... It's content will be transferred to |
| 609 | // m_modifier |
no outgoing calls
no test coverage detected