Gets the type identifiers section. This is public in order to allow the various Item instances to add items to the instance and help early counting of type ids. @return non-null; the class identifiers section
()
| 407 | * @return {@code non-null;} the class identifiers section |
| 408 | */ |
| 409 | public TypeIdsSection getTypeIds() { |
| 410 | return typeIds; |
| 411 | } |
| 412 | |
| 413 | /** |
| 414 | * Gets the prototype identifiers section. |
no outgoing calls
no test coverage detected