TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.codereview.cpp
Interface IRuleFilter

All Known Implementing Classes:
AbstractRuleFilter

public interface IRuleFilter


Method Summary
 boolean isInclusive()
           
 boolean satisfies(org.eclipse.cdt.core.dom.ast.IASTNode node)
          Determine if the node is satisfied by the specified filter rule
 

Method Detail

satisfies

public boolean satisfies(org.eclipse.cdt.core.dom.ast.IASTNode node)
Determine if the node is satisfied by the specified filter rule

Parameters:
node - The ASTNode to test
Returns:
true if the node satisifes the filtering rule

isInclusive

public boolean isInclusive()
Returns:
The state of the inclusive flag

TPTP 4.2.0 Platform Project
Public API Specification