public class Assign extends Expr
location
Assign(String id, Expr index, Expr right, Location location)
Assign(String id, Expr right, Location location)
Object
eval(Scope scope)
String
getId()
Expr
getIndex()
getRight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Assign(String id, Expr index, Expr right, Location location)
public Assign(String id, Expr right, Location location)
public String getId()
public Expr getIndex()
public Expr getRight()
public Object eval(Scope scope)
eval
Copyright © 2024. All rights reserved.