|
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.java.AbstractRuleFilter
org.eclipse.tptp.platform.analysis.codereview.java.rulefilter.LogicalOrRuleFilter
public class LogicalOrRuleFilter
This class provides logical OR comparison between two rule filters
| Constructor Summary | |
|---|---|
LogicalOrRuleFilter(IRuleFilter filter1,
IRuleFilter filter2)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
satisfies(org.eclipse.jdt.core.dom.ASTNode node)
Determine if the node is satisfied by the specified filter rule |
| Methods inherited from class org.eclipse.tptp.platform.analysis.codereview.java.AbstractRuleFilter |
|---|
isInclusive, isSuccessful, setSuccess |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogicalOrRuleFilter(IRuleFilter filter1,
IRuleFilter filter2)
filter1 - The first rule filterfilter2 - The second rule filter| Method Detail |
|---|
public boolean satisfies(org.eclipse.jdt.core.dom.ASTNode 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 | ||||||||