Skip to main content

JCompiler

Complete API reference for JCompiler, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Java

Component: no


public class JCompiler

Static Methods

SignatureReturnsDescription
getAllClasses()List<JClass>Returns the current all classes.
getEngineClasses()List<JClass>Returns the current engine classes.
engineClassCount()intExecutes engineClassCount and returns after the underlying engine call finishes.
engineClassAt(int)JClassPerforms the engineClassAt operation using the provided parameters (idx).
getUsersClasses()List<JClass>Returns the current users classes.
userClassCount()intExecutes userClassCount and returns after the underlying engine call finishes.
userClassAt(int)JClassPerforms the userClassAt operation using the provided parameters (idx).
findOfficialClass(String)JClassPerforms the findOfficialClass operation using the provided parameters (fullName).
findUserClass(String)JClassPerforms the findUserClass operation using the provided parameters (fullName).
isCompiling()booleanReturns whether compiling is true.
addListener(Object)voidAdds listener to the collection.
removeListener(Object)voidRemoves listener from the collection.