Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.ql
Interface IQLExpression

All Superinterfaces:
IExpression

public interface IQLExpression
extends IExpression


Field Summary
static int TYPE_ARRAY
           
static int TYPE_ASSIGNMENT
           
static int TYPE_COLLECT
           
static int TYPE_CONDITION
           
static int TYPE_FIRST
           
static int TYPE_FLATTEN
           
static int TYPE_FUNCTION
           
static int TYPE_INTERSECT
           
static int TYPE_LATEST
           
static int TYPE_LIMIT
           
static int TYPE_PIPE
           
static int TYPE_SELECT
           
static int TYPE_TRAVERSE
           
static int TYPE_UNION
           
static int TYPE_UNIQUE
           
 
Fields inherited from interface org.eclipse.equinox.p2.metadata.expression.IExpression
TYPE_ALL, TYPE_AND, TYPE_AT, TYPE_EQUALS, TYPE_EXISTS, TYPE_GREATER, TYPE_GREATER_EQUAL, TYPE_LAMBDA, TYPE_LESS, TYPE_LESS_EQUAL, TYPE_LITERAL, TYPE_MATCHES, TYPE_MEMBER, TYPE_NOT, TYPE_NOT_EQUALS, TYPE_OR, TYPE_PARAMETER, TYPE_VARIABLE
 
Method Summary
 
Methods inherited from interface org.eclipse.equinox.p2.metadata.expression.IExpression
accept, evaluate, getExpressionType, toLDAPString, toString
 

Field Detail

TYPE_ARRAY

static final int TYPE_ARRAY
See Also:
Constant Field Values

TYPE_ASSIGNMENT

static final int TYPE_ASSIGNMENT
See Also:
Constant Field Values

TYPE_COLLECT

static final int TYPE_COLLECT
See Also:
Constant Field Values

TYPE_CONDITION

static final int TYPE_CONDITION
See Also:
Constant Field Values

TYPE_FIRST

static final int TYPE_FIRST
See Also:
Constant Field Values

TYPE_FLATTEN

static final int TYPE_FLATTEN
See Also:
Constant Field Values

TYPE_FUNCTION

static final int TYPE_FUNCTION
See Also:
Constant Field Values

TYPE_INTERSECT

static final int TYPE_INTERSECT
See Also:
Constant Field Values

TYPE_LATEST

static final int TYPE_LATEST
See Also:
Constant Field Values

TYPE_LIMIT

static final int TYPE_LIMIT
See Also:
Constant Field Values

TYPE_PIPE

static final int TYPE_PIPE
See Also:
Constant Field Values

TYPE_SELECT

static final int TYPE_SELECT
See Also:
Constant Field Values

TYPE_TRAVERSE

static final int TYPE_TRAVERSE
See Also:
Constant Field Values

TYPE_UNION

static final int TYPE_UNION
See Also:
Constant Field Values

TYPE_UNIQUE

static final int TYPE_UNIQUE
See Also:
Constant Field Values

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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