gnu.expr
public class BuiltinEnvironment extends Environment
lookup
operatiosn are indirected to the
current Language
.
Method Summary | |
---|---|
NamedLocation | addLocation(Symbol name, Object prop, Location loc) |
void | define(Symbol key, Object property, Object newValue) |
LocationEnumeration | enumerateAllLocations() |
LocationEnumeration | enumerateLocations() |
static BuiltinEnvironment | getInstance() |
Environment | getLangEnvironment() |
NamedLocation | getLocation(Symbol key, Object property, int hash, boolean create) |
protected boolean | hasMoreElements(LocationEnumeration it) |
NamedLocation | lookup(Symbol name, Object property, int hash) |