org.norecess.citkit.tir.expressions
Interface IArrayETIR

All Superinterfaces:
ExpressionTIR, HobbesTIR
All Known Implementing Classes:
ArrayETIR

public interface IArrayETIR
extends ExpressionTIR


Method Summary
 java.lang.String getElementType()
          Returns the type of the array.
 ExpressionTIR getInit()
          Returns the initialization expression.
 ExpressionTIR getSize()
          Returns the size of the array.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getInit

ExpressionTIR getInit()
Returns the initialization expression.

Returns:
the initialization expression.

getSize

ExpressionTIR getSize()
Returns the size of the array.

Returns:
the size of the array.

getElementType

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

Returns:
the type of the array.