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

Method setLocalVariable

src/bsh/NameSpace.java:260–265  ·  view source on GitHub ↗

Set a variable explicitly in the local scope.

( 
		String name, Object value, boolean strictJava )

Source from the content-addressed store, hash-verified

258 Set a variable explicitly in the local scope.
259 */
260 void setLocalVariable(
261 String name, Object value, boolean strictJava )
262 throws UtilEvalError
263 {
264 setVariable( name, value, strictJava, false/*recurse*/ );
265 }
266
267 /**
268 Set the value of a the variable 'name' through this namespace.

Callers 7

invokeImplMethod · 0.95
generateClassImplMethod · 0.95
invokeMethodMethod · 0.95
namespace_nestingMethod · 0.95
ClassGeneratorUtilMethod · 0.80
assignMethod · 0.80

Calls 1

setVariableMethod · 0.95

Tested by 2

namespace_nestingMethod · 0.76