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