java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pnfsoftware.jeb.core.units.code.android.controlflow.ChainType |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ChainType | DU | def-use (Defined-Use) chain: a register was defined; list the location where it is used. | |||||||||
ChainType | UD | use-def (Used-Define) chain: a register is used; list the locations where it was defined. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static ChainType | valueOf(String name) | ||||||||||
final static ChainType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
def-use (Defined-Use) chain: a register was defined; list the location where it is used.
use-def (Used-Define) chain: a register is used; list the locations where it was defined.