| java.lang.Object gnu.expr.Symbols
Symbols | public class Symbols (Code) | | Utility class containing various routines to manipulate Scheme symbols.
Note Scheme symbols are represented using java.lang.String objects,
and there are no Symbol objects.
|
generateInt | static synchronized int generateInt()(Code) | | |
gentemp | final public static String gentemp()(Code) | | Generate a new (interned) symbol with a unique name.
the new symbol |
make | public static String make(String name)(Code) | | Create or find a Symbol with a given name.
Parameters: name - the print-name of the desired Symbol a Symbol with the given name, newly created iff none such exist |
|
|