Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.ChainedOperationResult.ContinuationStatus
Packages that use ChainedOperationResult.ContinuationStatus
Package
Description
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).-
Uses of ChainedOperationResult.ContinuationStatus in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return ChainedOperationResult.ContinuationStatusModifier and TypeMethodDescriptionChainedOperationResult.getContinuationStatus()
Returns the enum constant of this class with the specified name.ChainedOperationResult.ContinuationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.core.units.code.asm with parameters of type ChainedOperationResult.ContinuationStatusModifierConstructorDescriptionChainedOperationResult
(T result, ChainedOperationResult.ContinuationStatus continuationStatus) Constructor for a result with the provided continuation status.