Eclipse Platform
Kepler (4.3)

org.eclipse.equinox.p2.metadata.expression
Interface IExpressionVisitor


public interface IExpressionVisitor

A general purpose visitor that will visit each node in an expression tree.

Since:
2.0

Method Summary
 boolean visit(IExpression expression)
          The method that will be called for each expression that is visited.
 

Method Detail

visit

boolean visit(IExpression expression)
The method that will be called for each expression that is visited.

Parameters:
expression - The expression that the visitor visits.
Returns:
true to continue visiting other expressions or false to break out.

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.