Packageorg.flexunit.runner.manipulation.sortingInheritance
Interfacepublic interface ISortingInheritanceCache
Implementors ClassInheritanceOrderCache

Interface for caching implementation that will allow querying of the inheritance order of a given method relative to its definition super and subclasses



Public Methods
 MethodDefined By
  
getInheritedOrder(description:IDescription, superFirst:Boolean = true):int
Returns the ordering of this item with respect to its inheritance hierarchy
ISortingInheritanceCache
Method Detail
getInheritedOrder()method
public function getInheritedOrder(description:IDescription, superFirst:Boolean = true):int

Returns the ordering of this item with respect to its inheritance hierarchy

Parameters

description:IDescription
 
superFirst:Boolean (default = true)

Returns
int