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

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.utils.CompiledUnit

public class CompiledUnit
extends java.lang.Object


Constructor Summary
CompiledUnit()
           
CompiledUnit(Element element)
           
 
Method Summary
 java.util.List<CompiledUnit> getCompiledImports()
           
 java.util.List<NamedElement> getModules()
           
 org.eclipse.emf.common.util.URI getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledUnit

public CompiledUnit()

CompiledUnit

public CompiledUnit(@NonNull
                    Element element)
Method Detail

getCompiledImports

public java.util.List<CompiledUnit> getCompiledImports()

getURI

public org.eclipse.emf.common.util.URI getURI()

getModules

@NonNull
public java.util.List<NamedElement> getModules()