public class Field extends Expr
Field class.
location
Field(Expr expr, String fieldName, Location location)
Object
eval(Scope scope)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Field(Expr expr, String fieldName, Location location)
Constructor for Field.
expr
Expr
fieldName
String
Location
public Object eval(Scope scope)
eval.
eval
scope
Scope
Copyright © 2023. All rights reserved.