Extension SDK 10.1.3.36.73

oracle.ide.model
Interface NodeUtil.NodeFilter

Enclosing interface:
NodeUtil

public static interface NodeUtil.NodeFilter

A NodeFilter can be passed to the NodeUtil.storeTimestamps(java.util.Map, java.util.Collection) method to control which timestamps are stored.


Method Summary
 boolean accept(Node node)
           
 

Method Detail

accept

public boolean accept(Node node)
Parameters:
node - the Node that is being filtered.
Returns:
true if this filter accepts the given node.

Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.