| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICSwitchStm |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<? extends ICBlock> | getCaseBodies() | ||||||||||
| abstract ICBlock | getCaseBody(int key) | ||||||||||
| abstract Set<Integer> | getCaseKeys() | ||||||||||
| abstract List<Integer> | getKeysForBlock(ICBlock b) | ||||||||||
| abstract ICExpression | getSwitchedExpression() | ||||||||||
| abstract void | setSwitchedExpression(ICExpression value) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICCompound
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConditionalStatement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICStatement
| |||||||||||