Class JavaParentFragmentArtifact

    • Constructor Detail

      • JavaParentFragmentArtifact

        protected JavaParentFragmentArtifact​(IJavaParent parent)
        Creates a new parent fragment artifact.
        Parameters:
        parent - the parent of this artifact
    • Method Detail

      • notifyChildChanged

        public void notifyChildChanged​(FragmentArtifact child)
        Description copied from interface: IJavaParent
        Notifies the parent that one of its childs changed.
        Specified by:
        notifyChildChanged in interface IJavaParent
        Parameters:
        child - the child which changed
      • toString

        private static java.lang.String toString​(org.eclipse.jdt.core.dom.Expression expression)
        Turns a dom tree expression into a string.
        Parameters:
        expression - the expression
        Returns:
        the string representation
      • annotations

        public Set<JavaAnnotation> annotations​(java.util.List<org.eclipse.jdt.core.dom.IExtendedModifier> modifierList)
        Returns the annotations for a given modifierList.
        Parameters:
        modifierList - the modifier list to be processed
        Returns:
        An ArraySet with all annotations