org.norecess.citkit.tir.types
Interface IArrayTIR

All Superinterfaces:
HobbesTIR, TypeTIR
All Known Implementing Classes:
ArrayTTIR

public interface IArrayTIR
extends TypeTIR


Method Summary
 java.lang.String getElementType()
          Returns the type of the array.
 
Methods inherited from interface org.norecess.citkit.tir.TypeTIR
accept
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getElementType

java.lang.String getElementType()
Returns the type of the array.

Returns:
the type of the array.