Package | Description |
---|---|
org.eclipse.core.expressions |
Application programming interfaces for the expression language.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Field and Description |
---|---|
static EvaluationResult |
EvaluationResult.FALSE
The evaluation result representing the value FALSE
|
static EvaluationResult |
EvaluationResult.NOT_LOADED
The evaluation result representing the value NOT_LOADED
|
static EvaluationResult |
EvaluationResult.TRUE
The evaluation result representing the value TRUE
|
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
EvaluationResult.and(EvaluationResult other)
Returns an
EvaluationResult whose value is this && other) . |
abstract EvaluationResult |
Expression.evaluate(IEvaluationContext context)
Evaluates this expression.
|
EvaluationResult |
EvaluationResult.not()
Returns the inverted value of this evaluation result
|
EvaluationResult |
EvaluationResult.or(EvaluationResult other)
Returns an
EvaluationResult whose value is this || other) . |
static EvaluationResult |
EvaluationResult.valueOf(boolean b)
Returns an evaluation result instance representing the
given boolean value.
|
static EvaluationResult |
EvaluationResult.valueOf(Boolean b)
Returns a evaluation result instance representing the
given
Boolean value. |
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
EvaluationResult.and(EvaluationResult other)
Returns an
EvaluationResult whose value is this && other) . |
EvaluationResult |
EvaluationResult.or(EvaluationResult other)
Returns an
EvaluationResult whose value is this || other) . |
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
ActiveShellExpression.evaluate(IEvaluationContext context)
Evaluates this expression.
|
EvaluationResult |
LegacyHandlerSubmissionExpression.evaluate(IEvaluationContext context)
Evaluates this expression.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.