Re: RFR: 8267633: Clarify documentation of (Doc)TreeScanner [v2]

2021-05-25 Thread Pavel Rappo
> When a method is said to be called "on an object", this means that the object > is a receiver. When a method is said to be called "with an object", this > means that the object is a parameter. > > To scan an instance of (Doc)Tree, the "scan" method is called on the instance > of (Doc)TreeScan

Re: RFR: 8267633: Clarify documentation of (Doc)TreeScanner

2021-05-24 Thread Jonathan Gibbons
On Mon, 24 May 2021 21:05:02 GMT, Pavel Rappo wrote: > When a method is said to be called "on an object", this means that the object > is a receiver. When a method is said to be called "with an object", this > means that the object is a parameter. > > To scan an instance of (Doc)Tree, the "sca