Interface | Description |
---|---|
UseDef |
Object that uses or/and defines variables.
|
Class | Description |
---|---|
Assignment<Tag extends java.lang.Enum<Tag>> |
Assignment statement.
|
IntegerRange |
This class represents a non-empty integer range (interval).
|
Range |
Pair of values.
|
RangedVariable |
Variable or it's sub-part restricted by the specified range and indices.
|
Enum | Description |
---|---|
IntegerRange.RangePointType |
This enumeration contains types of range bounds.
|