|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IForETIR
Method Summary | |
---|---|
ExpressionTIR |
getBody()
Returns the body of the for loop. |
ExpressionTIR |
getHigh()
Returns the high value for the index variable. |
ISimpleLValueTIR |
getIdentifier()
Returns the variable declaration of the for loop. |
ExpressionTIR |
getLow()
Returns the low (initial) value of the index variable. |
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR |
---|
accept, getType |
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR |
---|
getPosition |
Method Detail |
---|
ExpressionTIR getBody()
ISimpleLValueTIR getIdentifier()
ExpressionTIR getLow()
ExpressionTIR getHigh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |