Class MethodThrowResult

java.lang.Object
pascal.taie.analysis.pta.plugin.exception.MethodThrowResult

public class MethodThrowResult extends Object
  • Constructor Details

    • MethodThrowResult

      public MethodThrowResult(JMethod method)
  • Method Details

    • mayThrowExplicitly

      public Set<Obj> mayThrowExplicitly(Stmt stmt)
    • mayThrowUncaught

      public Set<Obj> mayThrowUncaught()
    • toString

      public String toString()
      Overrides:
      toString in class Object