All Packages Class Hierarchy This Package Previous Next Index
Class Symbol.Symbol
java.lang.Object
|
+----Symbol.Symbol
- public class Symbol
- extends Object
-
symbol(String)
-
Make return the unique symbol associated with a string.
-
toString()
-
toString
public String toString()
- Overrides:
- toString in class Object
symbol
public static Symbol symbol(String n)
- Make return the unique symbol associated with a string.
Repeated calls to symbol("abc") will return the same Symbol.
All Packages Class Hierarchy This Package Previous Next Index