Uses of Class
gnu.kawa.util.IdentityHashTable

Packages that use IdentityHashTable
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
 

Uses of IdentityHashTable in gnu.expr
 

Methods in gnu.expr with parameters of type IdentityHashTable
static Expression[] Expression.deepCopy(Expression[] exps, IdentityHashTable mapper)
           
static Expression Expression.deepCopy(Expression exp, IdentityHashTable mapper)
          Make a deep copy of this expression, if possible.
protected  Expression ExitExp.deepCopy(IdentityHashTable mapper)
           
 Expression QuoteExp.deepCopy(IdentityHashTable mapper)
           
protected  Expression Expression.deepCopy(IdentityHashTable mapper)
           
 Expression ApplyExp.deepCopy(IdentityHashTable mapper)
           
protected  Expression ReferenceExp.deepCopy(IdentityHashTable mapper)