Uses of Class
org.eclipse.epsilon.eol.dom.Parameter
-
-
Uses of Parameter in org.eclipse.epsilon.ecl.dom
Fields in org.eclipse.epsilon.ecl.dom declared as Parameter Modifier and Type Field Description protected Parameter
MatchRule. leftParameter
protected Parameter
MatchRule. rightParameter
-
Uses of Parameter in org.eclipse.epsilon.egl.dom
Fields in org.eclipse.epsilon.egl.dom declared as Parameter Modifier and Type Field Description protected Parameter
GenerationRule. sourceParameter
Methods in org.eclipse.epsilon.egl.dom that return Parameter Modifier and Type Method Description Parameter
GenerationRule. getTransformSource()
Gets the parameter bound to the "transform" part, ifGenerationRule.hasTransformSource()
== true. -
Uses of Parameter in org.eclipse.epsilon.emc.simulink.operations
Method parameters in org.eclipse.epsilon.emc.simulink.operations with type arguments of type Parameter Modifier and Type Method Description Collection<?>
SimulinkCollectOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Collection<?>
SimulinkSelectOperation. execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context)
Collection<?>
StateflowCollectOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Collection<?>
StateflowSelectOperation. execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context)
-
Uses of Parameter in org.eclipse.epsilon.eml.dom
Fields in org.eclipse.epsilon.eml.dom declared as Parameter Modifier and Type Field Description protected Parameter
MergeRule. leftParameter
protected Parameter
MergeRule. rightParameter
Fields in org.eclipse.epsilon.eml.dom with type parameters of type Parameter Modifier and Type Field Description protected List<Parameter>
MergeRule. targetParameters
-
Uses of Parameter in org.eclipse.epsilon.eol.dom
Fields in org.eclipse.epsilon.eol.dom declared as Parameter Modifier and Type Field Description protected Parameter
ForStatement. iteratorParameter
Fields in org.eclipse.epsilon.eol.dom with type parameters of type Parameter Modifier and Type Field Description protected LinkedHashMap<Expression,List<Parameter>>
ComplexOperationCallExpression. complexParameters
protected List<Parameter>
Operation. formalParameters
protected List<Parameter>
FirstOrderOperationCallExpression. parameters
Methods in org.eclipse.epsilon.eol.dom that return Parameter Modifier and Type Method Description Parameter
ForStatement. getIteratorParameter()
Methods in org.eclipse.epsilon.eol.dom that return types with arguments of type Parameter Modifier and Type Method Description LinkedHashMap<Expression,List<Parameter>>
ComplexOperationCallExpression. getComplexParameters()
List<Parameter>
Operation. getFormalParameters()
List<Parameter>
FirstOrderOperationCallExpression. getParameters()
Methods in org.eclipse.epsilon.eol.dom with parameters of type Parameter Modifier and Type Method Description void
ForStatement. setIteratorParameter(Parameter iteratorParameter)
void
IEolVisitor. visit(Parameter parameter)
Method parameters in org.eclipse.epsilon.eol.dom with type arguments of type Parameter Modifier and Type Method Description void
ComplexOperationCallExpression. setComplexParameters(LinkedHashMap<Expression,List<Parameter>> complexParameters)
Constructors in org.eclipse.epsilon.eol.dom with parameters of type Parameter Constructor Description FirstOrderOperationCallExpression(Expression targetExpression, NameExpression nameExpression, Parameter parameter, Expression lambdaExpression)
ForStatement(Parameter iteratorParameter, Expression iteratedExpression, StatementBlock bodyStatementBlock)
-
Uses of Parameter in org.eclipse.epsilon.eol.execute.operations
Method parameters in org.eclipse.epsilon.eol.execute.operations with type arguments of type Parameter Modifier and Type Method Description abstract Object
AbstractOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Object
DynamicOperation. execute(Object target, NameExpression operationNameExpression, LinkedHashMap<Expression,List<Parameter>> lambdas, IEolContext context)
Object
DynamicOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
-
Uses of Parameter in org.eclipse.epsilon.eol.execute.operations.declarative
Methods in org.eclipse.epsilon.eol.execute.operations.declarative with parameters of type Parameter Modifier and Type Method Description protected void
ClosureOperation. closure(Collection<Object> closure, Collection<?> source, Parameter parameter, Expression expression, IEolContext context)
protected static Variable
FirstOrderOperation. createIteratorVariable(Object item, Parameter parameter, IEolContext context)
Method parameters in org.eclipse.epsilon.eol.execute.operations.declarative with type arguments of type Parameter Modifier and Type Method Description EolMap<?,?>
AggregateOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Object
AsOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Object
ClosureOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Collection<?>
CollectOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Integer
CountOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Boolean
ExistsOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Object
FindOneOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Object
FindOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Object
FirstOrderOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Boolean
ForAllOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
EolMap<Object,EolSequence<Object>>
MapByOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
protected boolean
NMatchOperation. execute(int sourceSize, int targetMatches, Collection<Object> source, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context)
Boolean
NMatchOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Collection<?>
RejectOneOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Collection<?>
RejectOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Object
SelectOneOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Collection<?>
SelectOperation. execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context)
Collection<?>
SelectOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
EolSequence<Object>
SortByOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
protected <F> F
FirstOrderOperation. resolve(Class<?> fType, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context)
protected CheckedEolFunction<Object,?>
FirstOrderOperation. resolveFunction(NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context)
protected CheckedEolPredicate<Object>
FirstOrderOperation. resolvePredicate(NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context)
protected Collection<Object>
FirstOrderOperation. resolveSource(Object target, List<Parameter> iterators, IEolContext context)
-
Uses of Parameter in org.eclipse.epsilon.eol.execute.operations.declarative.concurrent
Method parameters in org.eclipse.epsilon.eol.execute.operations.declarative.concurrent with type arguments of type Parameter Modifier and Type Method Description Collection<?>
ParallelCollectOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context_)
Integer
ParallelCountOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context_)
EolMap<Object,EolSequence<Object>>
ParallelMapByOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context_)
protected boolean
ParallelNMatchOperation. execute(int sourceSize, int targetMatches, Collection<Object> source, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context_)
Collection<?>
ParallelSelectOperation. execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context_)
-
Uses of Parameter in org.eclipse.epsilon.eol.execute.operations.simple
Method parameters in org.eclipse.epsilon.eol.execute.operations.simple with type arguments of type Parameter Modifier and Type Method Description Object
SimpleOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
-
Uses of Parameter in org.eclipse.epsilon.eol.function
Method parameters in org.eclipse.epsilon.eol.function with type arguments of type Parameter Modifier and Type Method Description static <R> R
EolLambdaFactory. executeExpression(IEolContext context, ModuleElement ast, Class<R> expectedReturnType, Expression expression, List<Parameter> params, Object... paramValues)
static Object
EolLambdaFactory. resolveFor(Class<?> clazz, List<Parameter> iteratorParams, Expression lambdaExpr, ModuleElement ast, IEolContext context)
static Object
EolLambdaFactory. resolveFor(String clazzName, List<Parameter> iteratorParams, Expression lambdaExpr, ModuleElement ast, IEolContext context)
Validation of parameters is assumed to have already been performed in DynamicOperation or by the caller. -
Uses of Parameter in org.eclipse.epsilon.eol.parse
Methods in org.eclipse.epsilon.eol.parse with parameters of type Parameter Modifier and Type Method Description void
EolUnparser. visit(Parameter parameter)
-
Uses of Parameter in org.eclipse.epsilon.erl.dom
Fields in org.eclipse.epsilon.erl.dom with type parameters of type Parameter Modifier and Type Field Description protected Map<Parameter,Collection<?>>
ExtensibleNamedRule. ofKindCache
protected Map<Parameter,Collection<?>>
ExtensibleNamedRule. ofTypeCache
Methods in org.eclipse.epsilon.erl.dom with parameters of type Parameter Modifier and Type Method Description Collection<?>
ExtensibleNamedRule. getAllInstances(Parameter parameter, IEolContext context, boolean ofTypeOnly)
Collection<?>
ExtensibleNamedRule. getAllOfKind(Parameter parameter, IEolContext context)
Collection<?>
ExtensibleNamedRule. getAllOfType(Parameter parameter, IEolContext context)
-
Uses of Parameter in org.eclipse.epsilon.etl.dom
Fields in org.eclipse.epsilon.etl.dom declared as Parameter Modifier and Type Field Description protected Parameter
TransformationRule. sourceParameter
Fields in org.eclipse.epsilon.etl.dom with type parameters of type Parameter Modifier and Type Field Description protected List<Parameter>
TransformationRule. targetParameters
Methods in org.eclipse.epsilon.etl.dom that return Parameter Modifier and Type Method Description Parameter
TransformationRule. getSourceParameter()
Methods in org.eclipse.epsilon.etl.dom that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
TransformationRule. getTargetParameters()
Methods in org.eclipse.epsilon.etl.dom with parameters of type Parameter Modifier and Type Method Description void
TransformationRule. setSourceParameter(Parameter sourceParameter)
-
Uses of Parameter in org.eclipse.epsilon.picto
Methods in org.eclipse.epsilon.picto that return Parameter Modifier and Type Method Description Parameter
LazyEgxModule.LazyGenerationRule. getSourceParameter()
-
Uses of Parameter in org.eclipse.epsilon.pinset
Fields in org.eclipse.epsilon.pinset declared as Parameter Modifier and Type Field Description protected Parameter
DatasetRule. parameter
Methods in org.eclipse.epsilon.pinset that return Parameter Modifier and Type Method Description Parameter
DatasetRule. getParameter()
Methods in org.eclipse.epsilon.pinset with parameters of type Parameter Modifier and Type Method Description void
DatasetRule. setParameter(Parameter parameter)
-