Class BasicBlock.ExceptionHandler
java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.BasicBlock.ExceptionHandler
- Enclosing class:
BasicBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BasicBlockprotected Stringprotected DefaultList<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInternalThrowableName(String internalThrowableName) voidreplace(HashSet<BasicBlock> olds, BasicBlock nevv) voidreplace(BasicBlock old, BasicBlock nevv) voidsetBasicBlock(BasicBlock basicBlock) toString()
-
Field Details
-
internalThrowableName
-
otherInternalThrowableNames
-
basicBlock
-
-
Constructor Details
-
ExceptionHandler
-
-
Method Details
-
getInternalThrowableName
-
getOtherInternalThrowableNames
-
getBasicBlock
-
setBasicBlock
-
addInternalThrowableName
-
replace
-
replace
-
toString
-