Class BasicBlock.ExceptionHandler

java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.BasicBlock.ExceptionHandler
Enclosing class:
BasicBlock

public static class BasicBlock.ExceptionHandler extends Object
  • Field Details

    • internalThrowableName

      protected String internalThrowableName
    • otherInternalThrowableNames

      protected DefaultList<String> otherInternalThrowableNames
    • basicBlock

      protected BasicBlock basicBlock
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler(String internalThrowableName, BasicBlock basicBlock)
  • Method Details

    • getInternalThrowableName

      public String getInternalThrowableName()
    • getOtherInternalThrowableNames

      public DefaultList<String> getOtherInternalThrowableNames()
    • getBasicBlock

      public BasicBlock getBasicBlock()
    • setBasicBlock

      public void setBasicBlock(BasicBlock basicBlock)
    • addInternalThrowableName

      public void addInternalThrowableName(String internalThrowableName)
    • replace

      public void replace(BasicBlock old, BasicBlock nevv)
    • replace

      public void replace(HashSet<BasicBlock> olds, BasicBlock nevv)
    • toString

      public String toString()
      Overrides:
      toString in class Object