Get the GATE class loader.
()
| 699 | |
| 700 | /** Get the GATE class loader. */ |
| 701 | public static GateClassLoader getClassLoader() { |
| 702 | return classLoader; |
| 703 | } |
| 704 | |
| 705 | /** The CREOLE register. */ |
| 706 | private static CreoleRegister creoleRegister = null; |
no outgoing calls