Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICIfStm
Packages that use ICIfStm
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec.-
Uses of ICIfStm in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ICIfStmModifier and TypeMethodDescriptionICElementFactory.createIfStm(ICPredicate p, ICBlock b) ICElementFactory.createIfStm(ICPredicate p, ICStatement stm) ICElementFactory.createIfStm(ICPredicate p, ICStatement stm, ICStatement defaultStm) ICIfStm.duplicate()Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type ICIfStmModifier and TypeMethodDescriptionstatic booleanCUtil.hasEmptyBranch(ICIfStm stm) Check if a if-statement has an empty branch (including the default one).