PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-0-pre3/bsh/commands/setStrictJava.bsh

#
Unknown | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | 2b5545d1fc13c37353d488cf2044fddd MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. void setStrictJava( boolean val ) {
  2. import bsh.Interpreter;
  3. Interpreter.strictJava = val;
  4. }