| Modifier and Type | Class and Description |
|---|---|
class |
Field |
class |
Local |
class |
ObjectField |
class |
StaticField |
| Modifier and Type | Method and Description |
|---|---|
Variable[] |
DefUseAnalyzer.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable> |
DefUseFrame.getDefinitions() |
Set<Variable> |
DefUseFrame.getUses() |
Set<Variable> |
Variable.getVariables() |
Set<Variable> |
ValueHolder.getVariables() |
Set<Variable> |
Value.getVariables() |
Set<Variable> |
ObjectField.getVariables() |
Set<Variable> |
Merge.getVariables() |
Set<Variable> |
Invoke.getVariables() |
Set<Variable> |
ArrayValue.getVariables() |
Set<Variable> |
ArrayRef.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefUseFrame.addDef(Variable var) |
DefUseChain[] |
ReachDefsDefUseChainSearch.search(DefUseFrame[] frames,
Variable[] variables,
int[][] adjacencyListSucc,
int[][] adjacencyListPred) |
DefUseChain[] |
DepthFirstDefUseChainSearch.search(DefUseFrame[] frames,
Variable[] variables,
int[][] adjacencyListSucc,
int[][] adjacencyListPred) |
DefUseChain[] |
DefUseChainSearch.search(DefUseFrame[] frames,
Variable[] variables,
int[][] adjacencyListSucc,
int[][] adjacencyListPred) |
Copyright © 2014. All rights reserved.