| Package | Description |
|---|---|
| cetus.analysis | |
| cetus.application | |
| cetus.hir |
| Constructor and Description |
|---|
CFGraph(NestedDeclarator t,
boolean arrayDecl)
Constructs a CFGraph object for NestedDeclarator, which is used by def-use/use-def chain computation.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Expression> |
ChainTools.getDefListInNestedDec(NestedDeclarator declarator) |
static java.util.List<Expression> |
ChainTools.getUseListInNestedDec(NestedDeclarator declarator) |
static boolean |
ChainTools.isDefinedArrayNestedDeclarator(NestedDeclarator vd) |
| Modifier and Type | Method and Description |
|---|---|
NestedDeclarator |
NestedDeclarator.clone()
Returns a clone of the nested declarator.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NestedDeclarator.defaultPrint(NestedDeclarator d,
java.io.PrintWriter o)
Prints a nested declarator to a stream.
|