@return the operand
()
| 91 | * @return the operand |
| 92 | */ |
| 93 | public Field getOperand() |
| 94 | { |
| 95 | // some code goes here |
| 96 | return operand; |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Compares the field number of t specified in the constructor to the |
no outgoing calls
no test coverage detected