titus.pfaast.ArrayIndex

class titus.pfaast.ArrayIndex(i, t)[source]

Bases: titus.pfaast.PathIndex

Array indexes, which are concrete titus.pfaast.PathIndex elements that dereference arrays (expressions of int type).

__init__(i, t)