Interface Property.Key
- All Known Implementing Classes:
Property.StringKey,Property.SymbolKey
- Enclosing class:
Property
A valid key for a property. May be either a string or a well-known symbol such as
Symbol.iterator.
-
Method Summary
Modifier and TypeMethodDescriptionkind()default boolean@Nullable Stringstring()@Nullable KnownSymbolTypesymbol()
-
Method Details
-
kind
Property.KeyKind kind() -
string
@Nullable String string() -
symbol
@Nullable KnownSymbolType symbol() -
humanReadableName
String humanReadableName() -
matches
-