Uses of Class
gnu.kawa.util.IdentityHashTable
Packages that use IdentityHashTable
Package
Description
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 IdentityHashTableModifier and TypeMethodDescriptionApplyExp.deepCopy(IdentityHashTable mapper) protected ExpressionExitExp.deepCopy(IdentityHashTable mapper) static Expression[]Expression.deepCopy(Expression[] exps, IdentityHashTable mapper) static ExpressionExpression.deepCopy(Expression exp, IdentityHashTable mapper) Make a deep copy of this expression, if possible.protected ExpressionExpression.deepCopy(IdentityHashTable mapper) QuoteExp.deepCopy(IdentityHashTable mapper) protected ExpressionReferenceExp.deepCopy(IdentityHashTable mapper)