Uses of Interface
th.co.edge.jseq.ActivationList.Filter

Packages that use ActivationList.Filter
th.co.edge.jseq   
 

Uses of ActivationList.Filter in th.co.edge.jseq
 

Classes in th.co.edge.jseq that implement ActivationList.Filter
 class ClassExclusionFilter
          A Filter that only accepts Activations with method names that do not match a given exclude pattern.
 class ConstructorFilter
          A Filter that accepts all methods, except constructors that are either synthetic (automatically created by the compiler), or are calls to super.
 class MethodFilter
          A Filter that accepts only methods with a given fully qualified name.
 

Methods in th.co.edge.jseq with parameters of type ActivationList.Filter
 ActivationList ActivationList.filter(ActivationList.Filter filter)
          Returns a new ActivationList containing only the Activations for which the given filter returns true.
 ActivationList ActivationList.find(ActivationList.Filter filter)
          Returns a new ActivationList where the activations and nested activations have been pruned, so as to start with an activation that is accepted by the given filter.
 



Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.