File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1877,13 +1877,13 @@ class BinOpExpr extends TBinOpExpr, Expr {
1877
1877
/** Gets the left operand of the binary expression. */
1878
1878
Expr getLeftOperand ( ) { none ( ) } // overriden in subclasses
1879
1879
1880
- /* Gets the right operand of the binary expression. */
1880
+ /** Gets the right operand of the binary expression. */
1881
1881
Expr getRightOperand ( ) { none ( ) } // overriden in subclasses
1882
1882
1883
1883
/** Gets the operator of the binary expression. */
1884
1884
FunctionSymbol getOperator ( ) { none ( ) } // overriden in subclasses
1885
1885
1886
- /* Gets an operand of the binary expression. */
1886
+ /** Gets an operand of the binary expression. */
1887
1887
final Expr getAnOperand ( ) { result = this .getLeftOperand ( ) or result = this .getRightOperand ( ) }
1888
1888
}
1889
1889
You can’t perform that action at this time.
0 commit comments