protected static interface AbstractIntRegisterMachine.Meeter
| Modifier and Type | Method and Description |
|---|---|
int |
meetLocal(int n,
int[] rhs,
DexCFG.BasicBlock bb)
Return the integer that represents the meet of a particular local at the entry to a basic
block.
|
int meetLocal(int n,
int[] rhs,
DexCFG.BasicBlock bb)
n - The number of the localrhs - The values to meetbb - The basic block at whose entry this meet occurs