Returns the type of the elements of this array type. This method should only be used for an array type. @return Returns the type of the elements of this array type.
()
| 437 | */ |
| 438 | |
| 439 | public Type getElementType () { |
| 440 | return getType(buf, off + getDimensions()); |
| 441 | } |
| 442 | |
| 443 | /** |
| 444 | * Returns the name of the class corresponding to this object type. |
nothing calls this directly
no test coverage detected