Get the class manager associated with this interpreter (the BshClassManager of this interpreter's global namespace). This is primarily a convenience method.
()
| 1098 | This is primarily a convenience method. |
| 1099 | */ |
| 1100 | public BshClassManager getClassManager() |
| 1101 | { |
| 1102 | return getNameSpace().getClassManager(); |
| 1103 | } |
| 1104 | |
| 1105 | /** |
| 1106 | Set strict Java mode on or off. |
no test coverage detected