findReadVarNames method

Set<String?> findReadVarNames()

Returns set of variable reads in method.

Implementation

Set<String?> findReadVarNames() {
  return o.findReadVarNames(_bodyStatements);
}