public class Id extends Expr
Id class.
location
Id(String id)
Object
eval(Scope scope)
String
getId()
id
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Id(String id)
Constructor for Id.
public String getId()
Getter for the field id.
public Object eval(Scope scope)
eval.
eval
Expr
scope
Scope
public String toString()
toString.
toString
Copyright © 2023. All rights reserved.