Package | Description |
---|---|
org.eclipse.epsilon.eol.execute.introspection.java | |
org.eclipse.epsilon.eol.execute.operations.contributors |
Modifier and Type | Method and Description |
---|---|
protected ObjectMethod |
JavaPropertyGetter.getMethodFor(Object object,
String property) |
protected ObjectMethod |
JavaPropertySetter.getMethodFor(Object object,
String property,
Object value) |
Modifier and Type | Method and Description |
---|---|
ObjectMethod |
OperationContributor.findContributedMethodForEvaluatedParameters(Object target,
String name,
Object[] parameters,
IEolContext context) |
ObjectMethod |
OperationContributorRegistry.findContributedMethodForEvaluatedParameters(Object target,
String name,
Object[] parameters,
IEolContext context)
Finds a contributed operation for the given target, name and parameters.
|
ObjectMethod |
OperationContributor.findContributedMethodForUnevaluatedParameters(Object target,
String name,
List<Expression> parameterExpressions,
IEolContext context) |
ObjectMethod |
OperationContributorRegistry.findContributedMethodForUnevaluatedParameters(Object target,
String name,
List<Expression> parameterExpressions,
IEolContext context)
Finds a contributed operation that is invoked without prior evaluation
(i.e.
|
Copyright © 2016. All rights reserved.