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 boolean
isExpressionOrStatementBlockContainer(ModuleElement ast)
protected boolean
isStructuralBlock(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:
isExpressionOrStatementBlockContainer
in classEolDebugger
-
isStructuralBlock
protected boolean isStructuralBlock(ModuleElement ast)
- Overrides:
isStructuralBlock
in classEolDebugger
-
-