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)
()
| 1273 | * @see #setCompatibility(boolean) |
| 1274 | */ |
| 1275 | public boolean getCompatibility() { |
| 1276 | return compatibility; |
| 1277 | } |
| 1278 | |
| 1279 | |
| 1280 | /** |