| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
static RangeExpression |
RangeExpression.toRange(Expression e)
Converts an arbitrary expression to a range expression by setting the same
lower bound and upper bound.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Identifier,RangeExpression> |
PragmaAnnotation.Range.getMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RangeExpression.defaultPrint(RangeExpression e,
java.io.PrintWriter o)
Prints the range expression on the specified print writer.
|