Uses of Class
gnu.mapping.InheritingEnvironment
Packages that use InheritingEnvironment
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.
Supports
Procedure
,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of InheritingEnvironment in gnu.expr
Subclasses of InheritingEnvironment in gnu.exprModifier and TypeClassDescriptionstatic class
A Environment that proxies lookup in global and engine Bindings. -
Uses of InheritingEnvironment in gnu.mapping
Methods in gnu.mapping that return InheritingEnvironmentModifier and TypeMethodDescriptionstatic InheritingEnvironment
Environment.make
(String name, Environment parent)