java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.AbstractVisitResults<T> | |
↳ | com.pnfsoftware.jeb.core.units.code.android.ir.DVisitResults |
Visit result object, provided to the call-back methods of a dexdec
IR visitor
object. Refer to IDExpression
's visitXxx
methods and IDInstruction
's
visitInstruction
methods.
Refer to the super class for a list of allowed flags.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DVisitResults()
Create a standard result object.
| |||||||||||
DVisitResults(int flags)
Create a result object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a standard result object.
Create a result object.
flags | flags; common flags include FLAG_RECORD_PARENTS and
FLAG_SKIP_ASSIGN_DST
|
---|