Uses of Package
org.eclipse.equinox.p2.metadata.expression
Packages that use org.eclipse.equinox.p2.metadata.expression
Package
Description
Defines the metadata being handled by p2.
Provides a simple expression language used to represent requirements and filters in the metadada
Provides classes for metadata query indexing
Provides common classes for the query mechanism.
Defines SPI for registering new implementations of artifact repositories.
-
Classes in org.eclipse.equinox.p2.metadata.expression used by org.eclipse.equinox.p2.metadataClassDescriptionAn interface that combines the IExpression with the LDAP filter.A match expression is a boolean expression matching a candidate of a specific type.
-
Classes in org.eclipse.equinox.p2.metadata.expression used by org.eclipse.equinox.p2.metadata.expressionClassDescriptionThis is an expression that will need access to the global variable
everything
.The evaluation context.A node in the expression treeThis interface provides all the factory methods needed to create the nodes of the expression tree.A parser that produces an expression tree based on a string representation.A general purpose visitor that will visit each node in an expression tree.An interface that combines the IExpression with the LDAP filter.A match expression is a boolean expression matching a candidate of a specific type.A simple compiled pattern. -
Classes in org.eclipse.equinox.p2.metadata.expression used by org.eclipse.equinox.p2.metadata.indexClassDescriptionThe evaluation context.A node in the expression tree
-
Classes in org.eclipse.equinox.p2.metadata.expression used by org.eclipse.equinox.p2.queryClassDescriptionThis is an expression that will need access to the global variable
everything
.The evaluation context.A node in the expression treeA match expression is a boolean expression matching a candidate of a specific type. -
Classes in org.eclipse.equinox.p2.metadata.expression used by org.eclipse.equinox.p2.repository.artifact.spiClassDescriptionThis interface may be implemented by any class that wants to provide easy (high performance) access to its member to the expression evaluator.