public class SymbolKey extends java.lang.Object implements Symbol, java.io.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 |
REPLACE |
static SymbolKey |
SEARCH |
static SymbolKey |
SPECIES |
static SymbolKey |
SPLIT |
static SymbolKey |
TO_PRIMITIVE |
static SymbolKey |
TO_STRING_TAG |
static SymbolKey |
UNSCOPABLES |
Constructor and Description |
---|
SymbolKey(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.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 REPLACE
public static final SymbolKey SEARCH
public static final SymbolKey SPLIT
public static final SymbolKey UNSCOPABLES
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2023 Adobe. All Rights Reserved