-
class
Representation of array access expression, e.g., a[i].
class
Representation of field access expressions.
class
Representation of instance field access expression, e.g., o.f.
class
Representation of static field access expression, e.g., T.f.
class
Representation of method/constructor parameters, lambda parameters,
exception parameters, and local variables.
-
class
Representation of assign statements.
class
Representation of all definition statements, i.e., exp1 = exp2.
class
Load/Store field statements.