public class JSClassDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
attributes |
int |
callAsConstructor |
int |
callAsFunction |
int |
className |
int |
convertToType |
int |
deleteProperty |
int |
finalize |
int |
getProperty |
int |
getPropertyNames |
int |
hasInstance |
int |
hasProperty |
int |
initialize |
int |
parentClass |
int |
setProperty |
static int |
sizeof |
int |
staticFunctions |
int |
staticValues |
int |
version |
Constructor and Description |
---|
JSClassDefinition() |
public int version
public int attributes
public int className
public int parentClass
public int staticValues
public int staticFunctions
public int initialize
public int finalize
public int hasProperty
public int getProperty
public int setProperty
public int deleteProperty
public int getPropertyNames
public int callAsFunction
public int callAsConstructor
public int hasInstance
public int convertToType
public static final int sizeof