Package Functions

com.google.security.zynamics.binnavi.API.plugins.ICriteriaSelectionPlugin.IFixedCriterium Interface Reference

List of all members.

Package Functions

boolean matches (ViewNode node)

Detailed Description

This interface must be implemented by all objects that want to serve as fixed criteria during Select by Criteria replay operations.


Member Function Documentation

boolean com.google.security.zynamics.binnavi.API.plugins.ICriteriaSelectionPlugin.IFixedCriterium.matches ( ViewNode  node  )  [package]

Evaluates whether the criterium matches the given node.

Parameters:
node The node to match.
Returns:
True, if the criterium matches the node. False, otherwise.