Uses of Interface
org.eclipse.equinox.p2.metadata.expression.IExpressionVisitor
-
Packages that use IExpressionVisitor Package Description org.eclipse.equinox.p2.metadata.expression Provides a simple expression language used to represent requirements and filters in the metadada -
-
Uses of IExpressionVisitor in org.eclipse.equinox.p2.metadata.expression
Methods in org.eclipse.equinox.p2.metadata.expression with parameters of type IExpressionVisitor Modifier and Type Method Description boolean
IExpression. accept(IExpressionVisitor visitor)
Let the visitor visit this instance and all expressions that this instance contains.
-