Uses of Class gnu.mapping.Environment

Uses in package gnu.commonlisp.lang

Fields of type gnu.mapping.Environment

Environment

Methods with parameter type gnu.mapping.Environment

Object
Symbols.getFunctionBinding(Environment environ, Object symbol)
Symbol
Symbols.getSymbol(Environment env, Object sym)
void
Symbols.setFunctionBinding(Environment environ, Object symbol, Object newValue)

Uses in package gnu.expr

Classes derived from gnu.mapping.Environment

class
An Environment containing the default bindings for the current Language.

Fields of type gnu.mapping.Environment

Environment
The environment for language built-ins and predefined bindings.
Environment
If non-null, the user environment.

Methods with parameter type gnu.mapping.Environment

Object
boolean
ModuleExp.evalModule(Environment env, CallContext ctx, Compilation comp, URL url, OutPort msg)

Methods with return type gnu.mapping.Environment

Environment
Get current user environment.
Environment
Environment
Environment

Uses in package gnu.jemacs.buffer

Constructors with parameter type gnu.mapping.Environment

ReplMode.ReplMode(Buffer buffer, Language language, Environment environment)

Uses in package gnu.jemacs.lang

Fields of type gnu.mapping.Environment

Environment

Uses in package gnu.kawa.brl

Constructors with parameter type gnu.mapping.Environment

Uses in package gnu.kawa.reflect

Methods with parameter type gnu.mapping.Environment

void
ClassMemberLocation.define(Object instance, java.lang.reflect.Field rfield, String uri, Language language, Environment env)
StaticFieldLocation
StaticFieldLocation.define(Environment environ, Symbol sym, Object property, String cname, String fname)
void
ClassMemberLocation.defineAll(Object instance, Environment env)
Import all the public fields of an object.

Uses in package gnu.mapping

Classes derived from gnu.mapping.Environment

class
class
Concrete implementation of Environment.

Constructors with parameter type gnu.mapping.Environment

Future.Future(Procedure action, CallContext parentContext, Environment penvironment)
Future.Future(Procedure action, Environment penvironment, InPort in, OutPort out, OutPort err)
RunnableClosure.RunnableClosure(Procedure action, CallContext parentContext, Environment penvironment)
RunnableClosure.RunnableClosure(Procedure action, Environment penvironment, InPort in, OutPort out, OutPort err)

Fields of type gnu.mapping.Environment

Environment

Methods with parameter type gnu.mapping.Environment

void
Object
PropertyLocation.getProperty(Object symbol, Object property, Object defaultValue, Environment env)
Gets a property value associated with an object.
Object
Get the property list assocated with an object in a given Environment.
InheritingEnvironment
Environment.make(String name, Environment parent)
void
PropertyLocation.putProperty(Object symbol, Object property, Object newValue, Environment env)
boolean
PropertyLocation.removeProperty(Object symbol, Object property, Environment env)
Remove a properaty assocatied with an object.
void
void
void
void
PropertyLocation.setPropertyList(Object symbol, Object plist, Environment env)
Set the property list assocated with an object in a given Environment.

Methods with return type gnu.mapping.Environment

Environment
Environment
Environment
Environment
Environment
Environment
Environment
Environment
Environment
Environment.getInstance(String name)
Environment
Environment

Uses in package gnu.xquery.lang

Fields of type gnu.mapping.Environment

Environment
Environment of pre-defined non-standard Qexo/Kawa functions.
Environment

Uses in package gnu.xquery.util

Methods with parameter type gnu.mapping.Environment

Object
Default resolver for fn:collection.
void
NodeUtils.setSavedCollection(Object uri, Object value, Environment env)
Add a uri-to-value binding that setSavedCollection can later return.

Uses in package kawa

Constructors with parameter type gnu.mapping.Environment

GuiConsole.GuiConsole(Language language, Environment penvironment, boolean shared)

Methods with parameter type gnu.mapping.Environment

void
Shell.run(Language language, Environment env)
void
Shell.run(Language language, Environment env, InPort inp, Consumer out, OutPort perr, java.net.URL url)
void
Shell.run(Language language, Environment env, InPort inp, OutPort pout, OutPort perr)
void
Shell.runString(String str, Language language, Environment env)

Uses in package kawa.lang

Constructors with parameter type gnu.mapping.Environment

AutoloadSyntax.AutoloadSyntax(String name, String className, Environment env)

Methods with parameter type gnu.mapping.Environment

Object
Eval.eval(Object sexpr, Environment env)
void
Eval.eval(Object sexpr, Environment env, CallContext ctx)
Object
Eval.evalBody(Object body, Environment env, SourceMessages messages)
void
Eval.evalBody(Object body, Environment env, SourceMessages messages, CallContext ctx)

Methods with return type gnu.mapping.Environment

Environment

Uses in package kawa.standard

Constructors with parameter type gnu.mapping.Environment

Fields of type gnu.mapping.Environment

Environment
Environment
Environment

Methods with parameter type gnu.mapping.Environment

void
load.apply(Path path, Environment env, boolean relative, int skipLines)
Object
Scheme.eval(Object sexpr, Environment env)
Evalutate Scheme expressions from an "S expression."
Object
Scheme.eval(String string, Environment env)
Evalutate Scheme expressions from string.
Object
Evalutate Scheme expressions from stream.
void
load.loadClassFile(String name, Environment env)
Load using the name of a compile .class file.
void
void
load.loadSource(InPort port, Environment env, URL url)

Methods with return type gnu.mapping.Environment

Environment