Package | Description |
---|---|
cetus.hir |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteral
Represents a boolean literal (true or false).
|
class |
CharLiteral
Represents a character literal in the program.
|
class |
EscapeLiteral
Represents a escape character.
|
class |
FloatLiteral
Represents a float-type literal in the program.
|
class |
IntegerLiteral
Represents an integer literal in the program.
|
class |
StringLiteral
Represents a string literal in the program.
|
Modifier and Type | Method and Description |
---|---|
Literal |
Literal.clone() |