Class FieldAccessExpr

All Implemented Interfaces:
NodeWithRange<Node>, NodeWithScope<FieldAccessExpr>, NodeWithSimpleName<FieldAccessExpr>, NodeWithTokenRange<Node>, NodeWithTraversableScope, NodeWithTypeArguments<FieldAccessExpr>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedValueDeclaration>, Cloneable

Access of a field of an object or a class.
In person.name "name" is the name and "person" is the scope.
Author:
Julio Vilmar Gesser