public class BytecodeHierarchy extends java.lang.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 java.util.Collection<Type> |
lcas_(Type a,
Type b) |
java.util.Collection<Type> |
lcas(Type a,
Type b) |
static RefType |
lcsc(RefType a,
RefType b) |
static RefType |
lcsc(RefType a,
RefType b,
RefType anchor) |
public java.util.Collection<Type> lcas(Type a, Type b)
lcas
in interface IHierarchy
public boolean ancestor(Type ancestor, Type child)
ancestor
in interface IHierarchy