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