|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExpressionVisitor
A general purpose visitor that will visit each node in an expression tree.
Method Summary | |
---|---|
boolean |
visit(IExpression expression)
The method that will be called for each expression that is visited. |
Method Detail |
---|
boolean visit(IExpression expression)
expression
- The expression that the visitor visits.
true
to continue visiting other expressions or
false
to break out.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.