Package | Description |
---|---|
cetus.hir |
Modifier and Type | Field and Description |
---|---|
static ArraySpecifier |
ArraySpecifier.UNBOUNDED
The unbounded specifier []
|
Modifier and Type | Method and Description |
---|---|
static Identifier |
Tools.getArrayTemp(Traversable where,
java.util.List specs,
ArraySpecifier aspec,
java.lang.String name)
Deprecated.
|
static Identifier |
SymbolTools.getArrayTemp(Traversable where,
java.util.List specs,
ArraySpecifier aspec,
java.lang.String name)
Returns a new identifier derived from the given IR object, type list,
array specifier and name.
|