Interface AnnotableAndModifiable

    • Method Detail

      • isHidden

        boolean isHidden​(Commentable context)
        Generated class or method.
        EMF model class or method.
      • isStatic

        boolean isStatic()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • removeModifier

        void removeModifier​(Class<?> modifierType)
        Generated class or method.
        EMF model class or method.
      • makePublic

        void makePublic()
        Generated class or method.
        EMF model class or method.
      • makePrivate

        void makePrivate()
        Generated class or method.
        EMF model class or method.
      • makeProtected

        void makeProtected()
        Generated class or method.
        EMF model class or method.
      • getModifiers

        EList<Modifier> getModifiers()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • removeAllModifiers

        void removeAllModifiers()
        Generated class or method.
        EMF model class or method.
      • hasModifier

        boolean hasModifier​(Class<?> type)
        Generated class or method.
        EMF model class or method.
      • isPublic

        boolean isPublic()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • isPrivate

        boolean isPrivate()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • isProtected

        boolean isProtected()
        Generated class or method.
        EMF model class or method.
        kind="operation"
      • addModifier

        void addModifier​(Modifier newModifier)
        Generated class or method.
        EMF model class or method.
        newModifierRequired="true"
      • getAnnotationInstances

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