MCPcopy Index your code
hub / github.com/beanshell/beanshell / getElementType

Method getElementType

src/bsh/org/objectweb/asm/Type.java:439–441  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 2

getTypeMethod · 0.95
getDimensionsMethod · 0.95

Tested by

no test coverage detected