Uses of Interface
astcentric.structure.query.NodeCollector

Packages that use NodeCollector
astcentric.structure.query   
astcentric.structure.validation Classes for validating an AST. 
 

Uses of NodeCollector in astcentric.structure.query
 

Classes in astcentric.structure.query that implement NodeCollector
 class AncestorCollector
          Collector of ancestors of Node instances.
 class DescendantsCollector
          Collector of descendants of Node instances.
 class DifferenceCollector
           
 class IntersectionCollector
           
 class NodeCollectionProvider
          A provider of a NodeCollection.
 class NodeCollectorTemplate
          Abstract class of all node collectors based on a collection of NodeCollectors and a filter.
 class RecursiveNodeCollector
          A node collector which is applied recursively on a set of nodes.
 class ReferableNodesCollector
          Collector of all nodes referable by another Node.
 class ReferenceCollector
          Collector of references of Node instances.
 class SiblingCollector
          Collector of siblings of Node instances.
 class Union
           
 

Methods in astcentric.structure.query that return types with arguments of type NodeCollector
 java.util.List<NodeCollector> NodeCollectorCollector.getCollectors()
           
 

Methods in astcentric.structure.query with parameters of type NodeCollector
 void NodeCollectorCollector.handle(NodeCollector collector)
           
 void NodeCollectorHandler.handle(NodeCollector collector)
           
 

Uses of NodeCollector in astcentric.structure.validation
 

Methods in astcentric.structure.validation with parameters of type NodeCollector
protected  NodeValidator IsEmptySetValidatorFactory.create(NodeCollector collector, boolean ok)