( String modifier, String context )
| 100 | } |
| 101 | |
| 102 | private void insureNo( String modifier, String context ) |
| 103 | { |
| 104 | if ( hasModifier( modifier ) ) |
| 105 | throw new IllegalStateException( |
| 106 | context + " cannot be declared '"+modifier+"'"); |
| 107 | } |
| 108 | |
| 109 | public String toString() |
| 110 | { |
no test coverage detected