Class: JCompiler
This page documents the methods and fields available in the JCompiler class.
Members
| Signature | Description |
|---|---|
addListener(Object) | Adds listener to the collection. |
engineClassAt(int) | Performs the engineClassAt operation using the provided parameters (idx). |
engineClassCount() | Performs the engineClassCount operation. |
findOfficialClass(String) | Performs the findOfficialClass operation using the provided parameters (fullName). |
findUserClass(String) | Performs the findUserClass operation using the provided parameters (fullName). |
getAllClasses() | Returns the current all classes. |
getEngineClasses() | Returns the current engine classes. |
getUsersClasses() | Returns the current users classes. |
isCompiling() | Returns whether compiling is true. |
removeListener(Object) | Removes listener from the collection. |
userClassAt(int) | Performs the userClassAt operation using the provided parameters (idx). |
userClassCount() | Performs the userClassCount operation. |