MCPcopy Index your code
hub / github.com/beanshell/beanshell / hasModifier

Method hasModifier

src/bsh/Variable.java:139–141  ·  view source on GitHub ↗
( String name )

Source from the content-addressed store, hash-verified

137 public String getName() { return name; }
138
139 public boolean hasModifier( String name ) {
140 return modifiers != null && modifiers.hasModifier(name);
141 }
142
143 public String toString() {
144 return "Variable: "+super.toString()+" "+name+", type:"+type

Callers 4

setValueMethod · 0.95
generateClassMethod · 0.45
getASMModifiersMethod · 0.45
isStaticMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected