# Class: com.pnfsoftware.jeb.core.units.code.DecompilationResult

Decompilation result information.

## Constructor: DecompilationResult

Description: Create an empty decompilation result.

## Field: bsize
Type: `int`
Description: Byte count or size metric.

## Field: error
Type: `java.lang.String`
Description: Error message, if decompilation failed.

## Field: nsize
Type: `int`
Description: Node count or size metric.

## Field: speedi1
Type: `double`
Description: Primary decompilation speed metric.

## Field: speedi2
Type: `double`
Description: Secondary decompilation speed metric.

## Field: time1
Type: `long`
Description: Primary decompilation time.

## Field: time2
Type: `long`
Description: Secondary decompilation time.

## Method: toString
- return type: `java.lang.String`


