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

Method hasModifier

src/bsh/BshMethod.java:420–422  ·  view source on GitHub ↗
( String name )

Source from the content-addressed store, hash-verified

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: "

Callers 2

makePublicMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected