|
TPTP 4.2.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.java.AbstractRuleFilter
| Constructor Summary | |
|---|---|
AbstractRuleFilter(boolean inclusive)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
isInclusive()
|
abstract boolean |
satisfies(org.eclipse.jdt.core.dom.ASTNode node)
Determine if the node is satisfied by the specified filter rule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractRuleFilter(boolean inclusive)
inclusive - True if filtering will include only nodes that match the
filter criteria, false to exclude matching nodes| Method Detail |
public boolean isInclusive()
isInclusive in interface IRuleFilterpublic abstract boolean satisfies(org.eclipse.jdt.core.dom.ASTNode node)
IRuleFilter
satisfies in interface IRuleFilternode - The ASTNode to test
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||