public class SymbolKey extends Object implements Symbol, Serializable
| Modifier and Type | Field and Description |
|---|---|
static SymbolKey |
HAS_INSTANCE |
static SymbolKey |
IS_CONCAT_SPREADABLE |
static SymbolKey |
IS_REGEXP |
static SymbolKey |
ITERATOR |
static SymbolKey |
MATCH |
static SymbolKey |
MATCH_ALL |
static SymbolKey |
REPLACE |
static SymbolKey |
SEARCH |
static SymbolKey |
SPECIES |
static SymbolKey |
SPLIT |
static SymbolKey |
TO_PRIMITIVE |
static SymbolKey |
TO_STRING_TAG |
static SymbolKey |
UNSCOPABLES |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getDescription()
Returns the symbol's description - will return
Undefined.instance if we have an
anonymous symbol (i.e. something created with Symbol()). |
String |
getName()
Returns the symbol's name.
|
int |
hashCode() |
String |
toString() |
public static final SymbolKey ITERATOR
public static final SymbolKey TO_STRING_TAG
public static final SymbolKey SPECIES
public static final SymbolKey HAS_INSTANCE
public static final SymbolKey IS_CONCAT_SPREADABLE
public static final SymbolKey IS_REGEXP
public static final SymbolKey TO_PRIMITIVE
public static final SymbolKey MATCH
public static final SymbolKey MATCH_ALL
public static final SymbolKey REPLACE
public static final SymbolKey SEARCH
public static final SymbolKey SPLIT
public static final SymbolKey UNSCOPABLES
public SymbolKey(String name)
public String getName()
Symbol()).public Object getDescription()
Undefined.instance if we have an
anonymous symbol (i.e. something created with Symbol()).Copyright © 2025 HtmlUnit. All rights reserved.