| Modifier and Type | Method and Description |
|---|---|
static KeySymbol |
create(String key)
Create a new
KeySymbol for the given key. |
boolean |
equals(Object obj) |
String |
getKey()
Return the key associated with this
Symbol. |
int |
hashCode() |
static KeySymbol |
parse(String string)
Parse a
KeySymbol from the given string. |
String |
toString() |