# Enum: com.pnfsoftware.jeb.core.units.code.asm.analyzer.CodeGapAnalysisStyle

Types of analysis for gaps in code areas.

## Constant: LINEAR_SWEEP
Description: Code gaps are linearly disassembled if they belong to known code area and do not look like padding.

## Constant: NONE
Description: Gaps are not disassembled.

## Constant: PROLOGUES_ONLY
Description: Code gaps are disassembled if they match known prologues.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.analyzer.CodeGapAnalysisStyle`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.analyzer.CodeGapAnalysisStyle[]`


