Interface Commentable

    • Method Detail

      • getConcreteClassifier

        ConcreteClassifier getConcreteClassifier​(String name)
        Generated class or method.
        EMF model class or method.
      • getConcreteClassifiers

        EList<ConcreteClassifier> getConcreteClassifiers​(String packageName,
                                                         String classifierQuery)
        Generated class or method.
        EMF model class or method.
      • getLibClass

        Class getLibClass​(String name)
        Generated class or method.
        EMF model class or method.
      • getLibInterface

        Interface getLibInterface​(String name)
        Generated class or method.
        EMF model class or method.
      • getClassClass

        Class getClassClass()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getObjectClass

        Class getObjectClass()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getStringClass

        Class getStringClass()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getAnnotationInterface

        Interface getAnnotationInterface()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getContainingAnnotationInstance

        AnnotationInstance getContainingAnnotationInstance()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getContainingAnonymousClass

        AnonymousClass getContainingAnonymousClass()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getContainingConcreteClassifier

        ConcreteClassifier getContainingConcreteClassifier()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getContainingCompilationUnit

        CompilationUnit getContainingCompilationUnit()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getContainingPackageName

        EList<String> getContainingPackageName()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getContainingContainerName

        EList<String> getContainingContainerName()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getParentConcreteClassifier

        ConcreteClassifier getParentConcreteClassifier()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • getParentByEType

        EObject getParentByEType​(EClass type)
        Generated class or method.
        EMF model class or method.
      • getFirstChildByEType

        EObject getFirstChildByEType​(EClass type)
        Generated class or method.
        EMF model class or method.
      • getParentByType

        <T> T getParentByType​(Class<T> type)
        Generated class or method.
        EMF model class or method.
      • getFirstChildByType

        <T> T getFirstChildByType​(Class<T> type)
        Generated class or method.
        EMF model class or method.
      • getChildrenByEType

        EList<EObject> getChildrenByEType​(EClass type)
        Generated class or method.
        EMF model class or method.
      • getChildrenByType

        <T> EList<T> getChildrenByType​(Class<T> type)
        Generated class or method.
        EMF model class or method.
      • addBeforeContainingStatement

        void addBeforeContainingStatement​(Statement statementToAdd)
        Generated class or method.
        EMF model class or method.
        statementToAddRequired="true"
      • addAfterContainingStatement

        void addAfterContainingStatement​(Statement statementToAdd)
        Generated class or method.
        EMF model class or method.
        statementToAddRequired="true"