public class Method extends Expr
location
Method(Expr expr, String methodName, boolean optionalChain, Location location)
Method(Expr expr, String methodName, ExprList exprList, boolean optionalChain, 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, boolean optionalChain, Location location)
public Method(Expr expr, String methodName, boolean optionalChain, Location location)
public Object eval(Scope scope)
eval
Expr
Copyright © 2024. All rights reserved.