Class BasicBlock.SwitchCase
java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.BasicBlock.SwitchCase
- Enclosing class:
BasicBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BasicBlockprotected booleanprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionSwitchCase(int value, BasicBlock basicBlock) SwitchCase(BasicBlock basicBlock) -
Method Summary
Modifier and TypeMethodDescriptionintintgetValue()booleanvoidreplace(HashSet<BasicBlock> olds, BasicBlock nevv) voidreplace(BasicBlock old, BasicBlock nevv) voidsetBasicBlock(BasicBlock basicBlock) toString()
-
Field Details
-
value
protected int value -
offset
protected int offset -
basicBlock
-
defaultCase
protected boolean defaultCase
-
-
Constructor Details
-
SwitchCase
-
SwitchCase
-
-
Method Details
-
getValue
public int getValue() -
getOffset
public int getOffset() -
getBasicBlock
-
setBasicBlock
-
isDefaultCase
public boolean isDefaultCase() -
replace
-
replace
-
toString
-