| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
DeclarationStatement |
DeclarationStatement.clone()
Returns a clone of the declaration statement.
|
static DeclarationStatement |
Tools.getLastDeclarationStatement(Traversable t)
Deprecated.
|
static DeclarationStatement |
IRTools.getLastDeclarationStatement(Traversable t)
Returns the last declaration statement that belongs to the given
traverable object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DeclarationStatement.defaultPrint(DeclarationStatement s,
java.io.PrintWriter o)
Prints a statement to a stream.
|