| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
IntegerLiteral |
IntegerLiteral.clone()
Returns a clone of the integer literal.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IntegerLiteral.defaultPrint(IntegerLiteral l,
java.io.PrintWriter o)
Prints a literal to a stream.
|
static void |
IntegerLiteral.printHex(IntegerLiteral l,
java.io.PrintWriter o)
Prints the integer literal in the hexadecimal format.
|