public class BytecodeHierarchy extends Object implements IHierarchy
| Constructor and Description |
|---|
BytecodeHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ancestor_(Type ancestor,
Type child) |
boolean |
ancestor(Type ancestor,
Type child) |
static Collection<Type> |
lcas_(Type a,
Type b) |
Collection<Type> |
lcas(Type a,
Type b) |
static RefType |
lcsc(RefType a,
RefType b) |
static RefType |
lcsc(RefType a,
RefType b,
RefType anchor) |
public static Collection<Type> lcas_(Type a, Type b)
public Collection<Type> lcas(Type a, Type b)
lcas in interface IHierarchypublic boolean ancestor(Type ancestor, Type child)
ancestor in interface IHierarchyCopyright © 2020 Soot OSS. All rights reserved.