( String name )
| 418 | } |
| 419 | |
| 420 | public boolean hasModifier( String name ) { |
| 421 | return modifiers != null && modifiers.hasModifier(name); |
| 422 | } |
| 423 | |
| 424 | public String toString() { |
| 425 | return "Scripted Method: " |
no outgoing calls
no test coverage detected