public class Name
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
hexCode |
java.lang.String |
name |
java.lang.String |
scope |
| Constructor and Description |
|---|
Name(java.lang.String name,
int hexCode,
java.lang.String scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |