Class OutdentOperation
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.AbstractOperation
-
- org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
-
- org.eclipse.epsilon.egl.execute.operations.OutdentOperation
-
public class OutdentOperation extends SimpleOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected List<IExecutionListener>
executionListenersForRemoval
protected Set<String>
ids
-
Constructor Summary
Constructors Constructor Description OutdentOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(Object source, 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
-
-
-
-
Field Detail
-
executionListenersForRemoval
protected List<IExecutionListener> executionListenersForRemoval
-
-
Method Detail
-
execute
public Object execute(Object source, List<?> parameters, IEolContext context, ModuleElement ast) throws EolRuntimeException
- Specified by:
execute
in classSimpleOperation
- Throws:
EolRuntimeException
-
-