public class ExpressionEvaluationArea
extends java.lang.Object
Constructor and Description |
---|
ExpressionEvaluationArea(org.eclipse.swt.widgets.Composite parent,
Expression expression,
Value value,
Value... arguments)
Initializes a new expression evaluation area with the given expression.
|
public ExpressionEvaluationArea(org.eclipse.swt.widgets.Composite parent, Expression expression, Value value, Value... arguments)
parent
- The parent composite within which to draw the expression evaluation area.expression
- The expression to evaluate.value
- The value for which to evaluate the expression.arguments
- The arguments to the expression.java.lang.IllegalArgumentException
- If there are not enough arguments for Expression.requiredArguments()
.