Uses of Class
org.eclipse.ocl.examples.debug.vm.utils.CompiledUnit

Packages that use CompiledUnit
org.eclipse.ocl.examples.debug.vm   
org.eclipse.ocl.examples.debug.vm.launching   
org.eclipse.ocl.examples.debug.vm.utils   
 

Uses of CompiledUnit in org.eclipse.ocl.examples.debug.vm
 

Methods in org.eclipse.ocl.examples.debug.vm that return CompiledUnit
 CompiledUnit UnitManager.findUnitForModule(NamedElement module)
           
 CompiledUnit UnitManager.getCompiledModule(org.eclipse.emf.common.util.URI unitURI)
           
 CompiledUnit UnitManager.getMainUnit()
           
 

Methods in org.eclipse.ocl.examples.debug.vm with parameters of type CompiledUnit
static void UnitManager.collectAllImports(CompiledUnit mainUnit, java.util.HashSet<CompiledUnit> allUnits)
           
 java.util.List<Element> ValidBreakpointLocator.getBreakpointableElementsForLine(CompiledUnit compiledModule, LineNumberProvider lineNumbers, int lineNumber)
           
 

Method parameters in org.eclipse.ocl.examples.debug.vm with type arguments of type CompiledUnit
static void UnitManager.collectAllImports(CompiledUnit mainUnit, java.util.HashSet<CompiledUnit> allUnits)
           
 

Constructors in org.eclipse.ocl.examples.debug.vm with parameters of type CompiledUnit
VMBreakpointManager(VMVirtualMachine vmVirtualMachine, CompiledUnit mainUnit)
           
 

Uses of CompiledUnit in org.eclipse.ocl.examples.debug.vm.launching
 

Methods in org.eclipse.ocl.examples.debug.vm.launching that return CompiledUnit
 CompiledUnit InternalDebuggableExecutor.getUnit()
          Retrieves compiled unit if the referencing URI gets successfully resolved
 CompiledUnit VMDebuggableExecutorAdapter.getUnit()
          Gets the main compiled unit to be executed
 

Uses of CompiledUnit in org.eclipse.ocl.examples.debug.vm.utils
 

Methods in org.eclipse.ocl.examples.debug.vm.utils that return types with arguments of type CompiledUnit
 java.util.List<CompiledUnit> CompiledUnit.getCompiledImports()