public class Map extends Expr
Map class.
location
Map(LinkedHashMap<Object,Expr> map)
Object
eval(Scope scope)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Map(LinkedHashMap<Object,Expr> map)
Constructor for Map.
map
LinkedHashMap
public Object eval(Scope scope)
eval.
eval
Expr
scope
Scope
Copyright © 2023. All rights reserved.