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

Method toLHS

src/bsh/BSHAmbiguousName.java:72–80  ·  view source on GitHub ↗
( CallStack callstack, Interpreter interpreter)

Source from the content-addressed store, hash-verified

70 }
71
72 public LHS toLHS( CallStack callstack, Interpreter interpreter)
73 throws EvalError
74 {
75 try {
76 return getName( callstack.top() ).toLHS( callstack, interpreter );
77 } catch ( UtilEvalError e ) {
78 throw e.toEvalError( this, callstack );
79 }
80 }
81
82 /*
83 The interpretation of an ambiguous name is context sensitive.

Callers

nothing calls this directly

Calls 3

getNameMethod · 0.95
topMethod · 0.80
toEvalErrorMethod · 0.45

Tested by

no test coverage detected