public interface RuntimeArrayInfo extends ArrayInfo<java.lang.reflect.Type,java.lang.Class>, RuntimeNonElement
ANYTYPE_NAME| Modifier and Type | Method and Description |
|---|---|
RuntimeNonElement |
getItemType()
T of T[].
|
java.lang.Class |
getType()
Represents T[].
|
getTransducergetTypeName, isSimpleTypecanBeReferencedByIDREFgetLocation, getUpstreamjava.lang.Class getType()
TypeInfo.getType() but at the runtime, an array
is guaranteed to have a Class representation, not just any Type.RuntimeNonElement getItemType()
getItemType in interface ArrayInfo<java.lang.reflect.Type,java.lang.Class>