org.sonar.squid.indexer
Class QueryByParent

java.lang.Object
  extended by org.sonar.squid.indexer.QueryByParent
All Implemented Interfaces:
Query

public class QueryByParent
extends Object
implements Query


Constructor Summary
QueryByParent(SourceCode parent)
           
 
Method Summary
 boolean match(SourceCode unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryByParent

public QueryByParent(SourceCode parent)
Method Detail

match

public boolean match(SourceCode unit)
Specified by:
match in interface Query


Copyright © 2009 SonarSource SA. All Rights Reserved.