Skip to content

Commit

Permalink
Add params Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Jan 2, 2025
1 parent 2950d47 commit 0710319
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ public TransferResult<CFValue, CFStore> visitAssignment(
* NumericalSubtractionNode, TransferInput, CFStore)}, and {@link
* #propagateToMultiplicationOperand(UBQualifier.LessThanLengthOf, Node, Node, TransferInput,
* CFStore)} for details.
*
* @param typeOfNode type of node
* @param node the node
* @param in the TransferInput before propagate to this operand
* @param store location to store the refined type
*/
private void propagateToOperands(
LessThanLengthOf typeOfNode,
Expand Down

0 comments on commit 0710319

Please sign in to comment.