JCompiler
Complete API reference for JCompiler, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Java
Component: no
public class JCompiler
Static Methods
| Signature | Returns | Description |
|---|---|---|
getAllClasses() | List<JClass> | Returns the current all classes. |
getEngineClasses() | List<JClass> | Returns the current engine classes. |
engineClassCount() | int | Executes engineClassCount and returns after the underlying engine call finishes. |
engineClassAt(int) | JClass | Performs the engineClassAt operation using the provided parameters (idx). |
getUsersClasses() | List<JClass> | Returns the current users classes. |
userClassCount() | int | Executes userClassCount and returns after the underlying engine call finishes. |
userClassAt(int) | JClass | Performs the userClassAt operation using the provided parameters (idx). |
findOfficialClass(String) | JClass | Performs the findOfficialClass operation using the provided parameters (fullName). |
findUserClass(String) | JClass | Performs the findUserClass operation using the provided parameters (fullName). |
isCompiling() | boolean | Returns whether compiling is true. |
addListener(Object) | void | Adds listener to the collection. |
removeListener(Object) | void | Removes listener from the collection. |