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

Method Variable

src/bsh/Variable.java:39–44  ·  view source on GitHub ↗
( String name, Class type, LHS lhs )

Source from the content-addressed store, hash-verified

37 LHS lhs;
38
39 Variable( String name, Class type, LHS lhs )
40 {
41 this.name = name;
42 this.lhs = lhs;
43 this.type = type;
44 }
45
46 Variable( String name, Object value, Modifiers modifiers )
47 throws UtilEvalError

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.95

Tested by

no test coverage detected