Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowStatus
Packages that use CUtil.BreakFlowStatus
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec.-
Uses of CUtil.BreakFlowStatus in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return CUtil.BreakFlowStatusModifier and TypeMethodDescriptionCUtil.BreakFlowResult.getStatus()static CUtil.BreakFlowStatusCUtil.isBreakingFlow(ICStatement e) static CUtil.BreakFlowStatusReturns the enum constant of this class with the specified name.static CUtil.BreakFlowStatus[]CUtil.BreakFlowStatus.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.decompiler.ast with parameters of type CUtil.BreakFlowStatusModifierConstructorDescriptionBreakFlowResult(CUtil.BreakFlowStatus status, boolean lastInstruction)