File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1877,13 +1877,13 @@ class BinOpExpr extends TBinOpExpr, Expr {
18771877 /** Gets the left operand of the binary expression. */
18781878 Expr getLeftOperand ( ) { none ( ) } // overriden in subclasses
18791879
1880- /* Gets the right operand of the binary expression. */
1880+ /** Gets the right operand of the binary expression. */
18811881 Expr getRightOperand ( ) { none ( ) } // overriden in subclasses
18821882
18831883 /** Gets the operator of the binary expression. */
18841884 FunctionSymbol getOperator ( ) { none ( ) } // overriden in subclasses
18851885
1886- /* Gets an operand of the binary expression. */
1886+ /** Gets an operand of the binary expression. */
18871887 final Expr getAnOperand ( ) { result = this .getLeftOperand ( ) or result = this .getRightOperand ( ) }
18881888}
18891889
You can’t perform that action at this time.
0 commit comments