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

Types of analysis for gaps in data areas.

## Constant: DEFAULT
Description: Data gaps are normally processed. Strings are automatically defined.

## Constant: NONE
Description: Data gaps are not processed. Strings are not automatically defined. 

 Note: data items will still be created if they are referenced by code.

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


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


