Skip to main content

JClass

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

Package: JAVARuntime

Category: Java

Component: no


public class JClass

Constructors

SignatureDescription
JClass(Class, String, boolean)Creates a new instance of JClass.

Attributes

NameTypeDescription
nameStringRepresents the name value stored on this instance. Read or assign to update the property.
isEngineNativebooleanRepresents the isEngineNative value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
getClassAddress()ClassReturns the current class address.
getName()StringReturns the current name.
isEngineNative()booleanReturns whether engine native is true.