| Package | Description |
|---|---|
| cetus.hir |
| Constructor and Description |
|---|
ProcedureDeclarator(java.util.List leading_specs,
IDExpression direct_decl,
java.util.List params,
java.util.List trailing_specs,
ExceptionSpecification espec)
Constructs a new procedure declarator with the given leading specifiers,
the ID, the trailing specifiers, and the exception specification.
|