| Package | Description |
|---|---|
| org.eclipse.ocl.examples.debug.vm | |
| org.eclipse.ocl.examples.debug.vm.launching | |
| org.eclipse.ocl.examples.debug.vm.utils |
| Modifier and Type | Method and Description |
|---|---|
CompiledUnit |
UnitManager.findUnitForModule(NamedElement module) |
CompiledUnit |
UnitManager.getCompiledModule(URI unitURI) |
CompiledUnit |
UnitManager.getMainUnit() |
| Modifier and Type | Method and Description |
|---|---|
static void |
UnitManager.collectAllImports(CompiledUnit mainUnit,
HashSet<CompiledUnit> allUnits) |
List<Element> |
ValidBreakpointLocator.getBreakpointableElementsForLine(CompiledUnit compiledModule,
LineNumberProvider lineNumbers,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UnitManager.collectAllImports(CompiledUnit mainUnit,
HashSet<CompiledUnit> allUnits) |
| Constructor and Description |
|---|
VMBreakpointManager(VMVirtualMachine vmVirtualMachine,
CompiledUnit mainUnit) |
| Modifier and Type | Method and Description |
|---|---|
CompiledUnit |
VMDebuggableExecutorAdapter.getUnit()
Gets the main compiled unit to be executed
|
CompiledUnit |
InternalDebuggableExecutor.getUnit()
Retrieves compiled unit if the referencing URI gets successfully resolved
|
| Modifier and Type | Method and Description |
|---|---|
List<CompiledUnit> |
CompiledUnit.getCompiledImports() |
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.