mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Cosmetics.
This commit is contained in:
parent
13ab9fa3c4
commit
860489475c
2 changed files with 255 additions and 255 deletions
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue