| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Field and Description |
|---|---|
static Typecast.Cast |
Typecast.CONST |
static Typecast.Cast |
Typecast.DYNAMIC |
static Typecast.Cast |
Typecast.NORMAL |
static Typecast.Cast |
Typecast.REINTERPRET |
static Typecast.Cast |
Typecast.STATIC |
| Constructor and Description |
|---|
Typecast(Typecast.Cast kind,
java.util.List specs,
Expression expr)
Create a special typecast.
|
Typecast(Typecast.Cast kind,
Specifier spec,
java.util.List expr_list)
Constructs a typecast with the specified kind, specifier, and list of
expressions.
|