Package org.eclipse.swt.internal.webkit
Class JSClassDefinition
java.lang.Object
org.eclipse.swt.internal.webkit.JSClassDefinition
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
int
int
int
int
int
int
int
int
int
int
int
static final int
int
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
version
public int version -
attributes
public int attributes -
className
public int className -
parentClass
public int parentClass -
staticValues
public int staticValues -
staticFunctions
public int staticFunctions -
initialize
public int initialize -
finalize
public int finalize -
hasProperty
public int hasProperty -
getProperty
public int getProperty -
setProperty
public int setProperty -
deleteProperty
public int deleteProperty -
getPropertyNames
public int getPropertyNames -
callAsFunction
public int callAsFunction -
callAsConstructor
public int callAsConstructor -
hasInstance
public int hasInstance -
convertToType
public int convertToType -
sizeof
public static final int sizeof
-
-
Constructor Details
-
JSClassDefinition
public JSClassDefinition()
-