com.jeffpalm.reflect
Interface Array

All Superinterfaces:
HasLongString, HasModifiers, HasName, Type

public interface Array
extends Type


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.reflect.Type
Type.Factory
 
Method Summary
 Type componentType()
           
 int dimension()
           
 
Methods inherited from interface com.jeffpalm.reflect.HasName
name
 
Methods inherited from interface com.jeffpalm.reflect.HasModifiers
modifiers
 
Methods inherited from interface com.jeffpalm.reflect.HasLongString
toLongString
 

Method Detail

dimension

int dimension()

componentType

Type componentType()