Interface JavaRoot

All Superinterfaces:
Annotable, Commentable, EObject, ImportingElement, NamedElement, NamespaceAwareElement, Notifier
All Known Subinterfaces:
CompilationUnit, EmptyModel, Module, Package
All Known Implementing Classes:
CompilationUnitImpl, EmptyModelImpl, JavaRootImpl, ModuleImpl, PackageImpl

public interface JavaRoot extends NamedElement, NamespaceAwareElement, ImportingElement, Annotable
A representation of the model object 'Java Root'.
See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getClassifiersInSamePackage

      EList<ConcreteClassifier> getClassifiersInSamePackage()
      Generated class or method.
      EMF model class or method.
      kind="operation"