The Java assembly contains the following interfaces:
| Interface | Brief description | |
![]() |
IJavaClass | The IJavaClass interface is used to work with Java classes. |
![]() |
IJavaClassObject | The IJavaClassObject interface is used to work with an object that is an instance of Java class. |
![]() |
IJavaException | The IJavaException interface describes exceptions that may occur during execution of Java methods. |
![]() |
IJavaModule | The IJavaModule interface is used to work with the Java Module development environment object. |
![]() |
IJavaObject | The IJavaObject interface contains basic properties of Java objects. |
![]() |
IJavaUtils | The IJavaUtils interface is used to check if Java code contains Java method compilation and execution errors. |
See also: