Nashorn Parser API Javadoc

Dai Conrad dai.conrad at gmail.com
Mon May 8 07:01:41 UTC 2017


I was looking at the parser API and I noticed that in the class
ForOfLoopTree, the methods getStatement() and getVariable()
have the following javadoc, respectively:

    The statement contained in this for..in statement.

    The for..in left hand side expression.

In both cases "for..in" should read "for..of".


More information about the nashorn-dev mailing list