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

Method get

src/bsh/NameSpace.java:227–232  ·  view source on GitHub ↗

Resolve name to an object through this namespace.

( String name, Interpreter interpreter )

Source from the content-addressed store, hash-verified

225 Resolve name to an object through this namespace.
226 */
227 public Object get( String name, Interpreter interpreter )
228 throws UtilEvalError
229 {
230 CallStack callstack = new CallStack( this );
231 return getNameResolver( name ).toObject( callstack, interpreter );
232 }
233
234 /**
235 Set the variable through this namespace.

Callers

nothing calls this directly

Calls 2

getNameResolverMethod · 0.95
toObjectMethod · 0.45

Tested by

no test coverage detected