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 Expression
ApplyExp. deepCopy(IdentityHashTable mapper)
protected Expression
ExitExp. deepCopy(IdentityHashTable mapper)
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
Expression. deepCopy(IdentityHashTable mapper)
Expression
QuoteExp. deepCopy(IdentityHashTable mapper)
protected Expression
ReferenceExp. deepCopy(IdentityHashTable mapper)
-