CloneSet2184


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113213
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryArithmeticOperatorNode.cs
2822
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs
Clone Instance
1
Line Count
13
Source Line
213
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryArithmeticOperatorNode.cs

                /**
                 * Retrieves the left-hand operand of the operator.
                 *
                 * @return The left-hand operand
                 */
                public IASTNode LeftHandOperand
                {
                        get { return GetChild(0);
                            }
                }

                /**
                 * Retrieves the right-hand operand of the operator.
                 *
                 * @return The right-hand operand
                 */
                public IASTNode RightHandOperand
                {
                        get { return GetChild(1);
                            }
                }



Clone Instance
2
Line Count
8
Source Line
22
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/BinaryLogicOperatorNode.cs

                public IASTNode LeftHandOperand
                {
                        get { return GetChild(0);
                            }
                }

                public IASTNode RightHandOperand
                {
                        get { return GetChild(1);
                            }
                }



Clone AbstractionParameter Count: 0Parameter Bindings

/**
                 * Retrieves the left-hand operand of the operator.
                 *
                 * @return The left-hand operand
                 */
public IASTNode LeftHandOperand
{
   get
   {
      return GetChild(0);
   }
}

/**
                 * Retrieves the right-hand operand of the operator.
                 *
                 * @return The right-hand operand
                 */
public IASTNode RightHandOperand
{
   get
   {
      return GetChild(1);
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None