ArrayInfo<java.lang.reflect.Type,java.lang.Class>
, Locatable
, NonElement<java.lang.reflect.Type,java.lang.Class>
, RuntimeNonElement
, RuntimeTypeInfo
, TypeInfo<java.lang.reflect.Type,java.lang.Class>
public interface RuntimeArrayInfo extends ArrayInfo<java.lang.reflect.Type,java.lang.Class>, RuntimeNonElement
ANYTYPE_NAME
Modifier and Type | Method | Description |
---|---|---|
RuntimeNonElement |
getItemType() |
T of T[].
|
java.lang.Class |
getType() |
Represents
T[] . |
getLocation, getUpstream
getTypeName, isSimpleType
getTransducer
canBeReferencedByIDREF
java.lang.Class getType()
T[]
.
The same as 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>
Copyright © 2018 Oracle Corporation. All rights reserved.