public class JSContextGroup
extends java.lang.Object
Constructor and Description |
---|
JSContextGroup()
Creates a new context group
|
JSContextGroup(java.lang.Long groupRef)
Wraps an existing context group
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Checks if two JSContextGroups refer to the same JS context group
|
java.lang.Long |
groupRef()
Gets the JavaScriptCore context group reference
|
public JSContextGroup()
public JSContextGroup(java.lang.Long groupRef)
groupRef
- the JavaScriptCore context group referencepublic java.lang.Long groupRef()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the other object to compare