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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(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 Details
-
ids
-
executionListenersForRemoval
-
-
Constructor Details
-
OutdentOperation
public OutdentOperation()
-
-
Method Details
-
execute
public Object execute(Object source, List<?> parameters, IEolContext context, ModuleElement ast) throws EolRuntimeException - Specified by:
execute
in classSimpleOperation
- Throws:
EolRuntimeException
-