Class dnx.util.Symbol
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.util.Symbol

java.lang.Object
   |
   +----dnx.util.Symbol

public class Symbol
extends Object

Constructor Index

 o Symbol(String)
Only call the constructor if you want an *uninterned* symbol.

Method Index

 o getName()
 o intern(String)

Constructors

 o Symbol
  public Symbol(String s)
Only call the constructor if you want an *uninterned* symbol. Normally, use Symbol.intern().

Methods

 o intern
  public static Symbol intern(String s)
 o getName
  public String getName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index