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

Method hasModifier

src/bsh/Modifiers.java:76–81  ·  view source on GitHub ↗
( String name )

Source from the content-addressed store, hash-verified

74 }
75
76 public boolean hasModifier( String name )
77 {
78 if ( modifiers == null )
79 modifiers = new Hashtable();
80 return modifiers.get(name) != null;
81 }
82
83 // could refactor these a bit
84 private void validateForMethod()

Callers 2

addModifierMethod · 0.95
insureNoMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected