|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.analysis.codereview.cpp.AbstractRuleFilter
org.eclipse.tptp.platform.analysis.codereview.cpp.rulefilter.ConstructorFunctionDefinitionRuleFilter
public class ConstructorFunctionDefinitionRuleFilter
| Constructor Summary | |
|---|---|
ConstructorFunctionDefinitionRuleFilter(boolean inclusive)
This class provides filtering of ConstructorFunctions |
|
ConstructorFunctionDefinitionRuleFilter(java.lang.String className,
boolean inclusive)
This class provides filtering of ConstructorFunctions |
|
| Method Summary | |
|---|---|
boolean |
satisfies(org.eclipse.cdt.core.dom.ast.IASTNode node)
Determine if the node is satisfied by the specified filter rule |
| Methods inherited from class org.eclipse.tptp.platform.analysis.codereview.cpp.AbstractRuleFilter |
|---|
isInclusive |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstructorFunctionDefinitionRuleFilter(boolean inclusive)
inclusive - True if filtering will include only nodes that match the
filter criteria, false to exclude matching nodes
public ConstructorFunctionDefinitionRuleFilter(java.lang.String className,
boolean inclusive)
className - the class this constructor is forinclusive - True if filtering will include only nodes that match the
filter criteria, false to exclude matching nodes| Method Detail |
|---|
public boolean satisfies(org.eclipse.cdt.core.dom.ast.IASTNode node)
satisfies in interface IRuleFiltersatisfies in class AbstractRuleFilternode - The ASTNode to test
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||