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

Method setStrictJava

src/bsh/Interpreter.java:1117–1119  ·  view source on GitHub ↗

Set strict Java mode on or off. This mode attempts to make BeanShell syntax behave as Java syntax, eliminating conveniences like loose variables, etc. When enabled, variables are required to be declared or initialized before use and method arguments are reqired to have types. Th

( boolean b )

Source from the content-addressed store, hash-verified

1115 objects as method closures.
1116 */
1117 public void setStrictJava( boolean b ) {
1118 this.strictJava = b;
1119 }
1120
1121 /**
1122 @see #setStrictJava( boolean )

Callers 1

InterpreterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected