# Class: 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](IDExpression)'s `visitXxx` methods and [IDInstruction](IDInstruction)'s `visitInstruction` methods. 

 Refer to the super class for a list of allowed flags.

## Constructor: DVisitResults

Description: Create a standard result object.

## Constructor: DVisitResults
- parameter: `flags`, type: `int`

Description: Create a result object.
parameter: flags: flags; common flags include `FLAG_RECORD_PARENTS` and            `FLAG_SKIP_ASSIGN_DST`

