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

Method getName

src/bsh/Variable.java:137–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 public Modifiers getModifiers() { return modifiers; }
136
137 public String getName() { return name; }
138
139 public boolean hasModifier( String name ) {
140 return modifiers != null && modifiers.hasModifier(name);

Callers 15

setValueMethod · 0.95
toStringMethod · 0.45
invokeMethod · 0.45
methodStringMethod · 0.45
ClassGeneratorUtilMethod · 0.45
generateClassMethod · 0.45
generateConstructorMethod · 0.45
classContainsMethodMethod · 0.45
assignMethod · 0.45
throwTypeErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected