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

Method createVariable

src/bsh/NameSpace.java:333–338  ·  view source on GitHub ↗
(
		String name, Object value, Modifiers mods )

Source from the content-addressed store, hash-verified

331 }
332
333 protected Variable createVariable(
334 String name, Object value, Modifiers mods )
335 throws UtilEvalError
336 {
337 return createVariable( name, null/*type*/, value, mods );
338 }
339
340 protected Variable createVariable(
341 String name, Class type, Object value, Modifiers mods )

Callers 3

setVariableMethod · 0.95
setTypedVariableMethod · 0.95
getImportedVarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected