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

Method getCompatibility

src/bsh/Interpreter.java:1275–1277  ·  view source on GitHub ↗

Compatibility mode. When true missing classes are tried to create from corresponding java source files. The Default value is false. This could be changed to true by setting the system property "bsh.compatibility" to "true". @see #setCompatibility(boolean)

()

Source from the content-addressed store, hash-verified

1273 * @see #setCompatibility(boolean)
1274 */
1275 public boolean getCompatibility() {
1276 return compatibility;
1277 }
1278
1279
1280 /**

Callers 1

classForNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected