soot.jimple.toolkits.typing.fast
Interface IHierarchy

All Known Implementing Classes:
AugHierarchy, BytecodeHierarchy

public interface IHierarchy

Author:
Ben Bellamy

Method Summary
 boolean ancestor(Type ancestor, Type child)
           
 Collection<Type> lcas(Type a, Type b)
           
 

Method Detail

lcas

Collection<Type> lcas(Type a,
                      Type b)

ancestor

boolean ancestor(Type ancestor,
                 Type child)