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