public class AugHierarchy extends Object implements IHierarchy
| Constructor and Description |
|---|
AugHierarchy() |
| 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) |
public Collection<Type> lcas(Type a, Type b)
lcas in interface IHierarchypublic static Collection<Type> lcas_(Type a, Type b)
public boolean ancestor(Type ancestor, Type child)
ancestor in interface IHierarchyCopyright © 2020 Soot OSS. All rights reserved.