1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-03-17 22:03:13 -07:00
parent 13ab9fa3c4
commit 860489475c
2 changed files with 255 additions and 255 deletions

View file

@ -2529,7 +2529,7 @@ public class CPPVisitor extends ASTQueries {
* Traverses a chain of nested homogeneous left-to-right-associative binary expressions and
* returns a list of their operands in left-to-right order. For example, for the expression
* a + b * c + d, it will return a list containing expressions: a, b * c, and d.
*
*
* @param binaryExpression the top-level binary expression
* @return a list of expression operands from left to right
*/