|
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.cpp.ast.ASTHelper
| Constructor Summary | |
|---|---|
ASTHelper()
|
|
| Method Summary | |
|---|---|
static void |
satisfy(java.util.List fullList,
IRuleFilter filter)
Create a list of ASTNodes that statisfy the specified filtering rules |
static void |
satisfy(java.util.List fullList,
IRuleFilter[] filterArray)
Create a list of ASTNodes that statisfy the specified filtering rules |
static void |
satisfy(java.util.List fullList,
java.util.List filterList)
Create a list of ASTNodes that statisfy the specified filtering rules |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ASTHelper()
| Method Detail |
public static void satisfy(java.util.List fullList,
java.util.List filterList)
fullList - The list of ASTNode to filterfilterList - A list of FilterRules that determine resulting list containment
public static void satisfy(java.util.List fullList,
IRuleFilter[] filterArray)
fullList - The list of ASTNode to filter
public static void satisfy(java.util.List fullList,
IRuleFilter filter)
fullList - The list of ASTNode to filterfilter - A single rule filter that determines resulting list containment
|
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 | ||||||||||