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

Method getName

src/bsh/BSHAmbiguousName.java:35–38  ·  view source on GitHub ↗
( NameSpace namespace )

Source from the content-addressed store, hash-verified

33 BSHAmbiguousName(int id) { super(id); }
34
35 public Name getName( NameSpace namespace )
36 {
37 return namespace.getNameResolver( text );
38 }
39
40 public Object toObject( CallStack callstack, Interpreter interpreter )
41 throws EvalError

Callers 4

evalMethod · 0.95
toObjectMethod · 0.95
toClassMethod · 0.95
toLHSMethod · 0.95

Calls 1

getNameResolverMethod · 0.80

Tested by

no test coverage detected