Class DecompilationResult
java.lang.Object
com.pnfsoftware.jeb.core.units.code.DecompilationResult
Decompilation result information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintByte count or size metric.Error message, if decompilation failed.intNode count or size metric.doublePrimary decompilation speed metric.doubleSecondary decompilation speed metric.longPrimary decompilation time.longSecondary decompilation time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
error
Error message, if decompilation failed. -
nsize
public int nsizeNode count or size metric. -
bsize
public int bsizeByte count or size metric. -
time1
public long time1Primary decompilation time. -
speedi1
public double speedi1Primary decompilation speed metric. -
time2
public long time2Secondary decompilation time. -
speedi2
public double speedi2Secondary decompilation speed metric.
-
-
Constructor Details
-
DecompilationResult
public DecompilationResult()Create an empty decompilation result.
-
-
Method Details