access method

Expr access(
  1. String attr
)

Implementation

Expr access(String attr) {
  return ExprGetAttribute(left: this, attr: attr);
}