Class BytecodeHierarchy

java.lang.Object
sootup.interceptors.typeresolving.BytecodeHierarchy

public class BytecodeHierarchy extends Object
Author:
Zun Wang
  • Field Details

    • objectClassType

      public final ClassType objectClassType
    • throwableClassType

      public final ClassType throwableClassType
  • Constructor Details

    • BytecodeHierarchy

      public BytecodeHierarchy(View view)
  • Method Details

    • isAncestor

      public boolean isAncestor(@NonNull Type ancestor, @NonNull Type child)
    • getLeastCommonAncestors

      public Collection<Type> getLeastCommonAncestors(Type a, Type b)