Package | Description |
---|---|
org.eth.cyril.expressions | |
org.eth.cyril.gui.swt |
Modifier and Type | Class and Description |
---|---|
class |
JavaFieldsExpression
An expression which evaluates a value and a given set of fields in Java.
|
class |
JavaMethodExpression
An expression which evaluates the return value of a method call in Java.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionCreator.ExpressionListener.handleExpression(Expression expression,
Value value,
Value[] args)
Handle the given expression, where the expression takes the given value and arguments.
|
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.
|