package slangc.codegraph; public interface AbstractTypeDefinition extends AbstractContainer { public TypeType getTypeType(); public int countInheritedInterfaces(); public AbstractLink getInheritedInterface(int index); }