(int propType, int prop)
| 538 | } |
| 539 | |
| 540 | public void putIntProp(int propType, int prop) { |
| 541 | PropListItem item = ensureProperty(propType); |
| 542 | item.intValue = prop; |
| 543 | } |
| 544 | |
| 545 | /** |
| 546 | * Return the line number recorded for this node. |
no test coverage detected