|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.swede.core.dom.DeltaCollector
A visitor that collects deltas that match a type mask.
Constructor Summary | |
DeltaCollector(int iTypeMask)
Constructs a visitor to find deltas matching a type mask. |
Method Summary | |
List |
getDeltas()
Retrieves the list of matching deltas. |
boolean |
visit(IOASTDelta delta)
Performs the recursion's action for a delta. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeltaCollector(int iTypeMask)
iTypeMask
- The type mask.Method Detail |
public boolean visit(IOASTDelta delta)
IOASTDeltaVisitor
visit
in interface IOASTDeltaVisitor
delta
- The delta
true
to continue and visit delta
's
children, false
to prevent them from being processed.public List getDeltas()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |