Class EtlDebugger
- java.lang.Object
-
- org.eclipse.epsilon.eol.dt.debug.EolDebugger
-
- org.eclipse.epsilon.etl.dt.launching.EtlDebugger
-
- All Implemented Interfaces:
ExecutionController
- Direct Known Subclasses:
EmlDebugger
public class EtlDebugger extends EolDebugger
-
-
Constructor Summary
Constructors Constructor Description EtlDebugger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisExpressionOrStatementBlockContainer(ModuleElement ast)protected booleanisStructuralBlock(ModuleElement ast)-
Methods inherited from class org.eclipse.epsilon.eol.dt.debug.EolDebugger
control, debug, dispose, done, getTarget, isTerminated, report, setTarget, step, stepOver, stepReturn
-
-
-
-
Method Detail
-
isExpressionOrStatementBlockContainer
protected boolean isExpressionOrStatementBlockContainer(ModuleElement ast)
- Overrides:
isExpressionOrStatementBlockContainerin classEolDebugger
-
isStructuralBlock
protected boolean isStructuralBlock(ModuleElement ast)
- Overrides:
isStructuralBlockin classEolDebugger
-
-