Uses of Class
gnu.kawa.util.IdentityHashTable
-
Packages that use IdentityHashTable Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages. -
-
Uses of IdentityHashTable in gnu.expr
Methods in gnu.expr with parameters of type IdentityHashTable Modifier and Type Method Description ExpressionApplyExp. 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)ExpressionQuoteExp. deepCopy(IdentityHashTable mapper)protected ExpressionReferenceExp. deepCopy(IdentityHashTable mapper)
-