Class IncludeOperation
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.AbstractOperation
-
- org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
-
- org.eclipse.epsilon.egl.execute.operations.IncludeOperation
-
public class IncludeOperation extends SimpleOperation
-
-
Constructor Summary
Constructors Constructor Description IncludeOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast)
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
execute, getTolerateExceptionInParameter
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
-
-
-
Method Detail
-
execute
public java.lang.Object execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast) throws EolRuntimeException
- Specified by:
execute
in classSimpleOperation
- Throws:
EolRuntimeException
-
-