Class ApplyResult


  • public class ApplyResult
    extends Object
    The result of applying of the variable
    • Constructor Detail

      • ApplyResult

        public ApplyResult​(org.eclipse.text.edits.ReplaceEdit edit)
        Creates new instance of this with given edit
        Parameters:
        edit - The edit that created variable, cannot be null
      • ApplyResult

        public ApplyResult​(org.eclipse.text.edits.ReplaceEdit edit,
                           Collection<LinkedGroup> linkGroups)
        Creates new instance of this with given edit and link groups
        Parameters:
        edit - The edit that created variable, cannot be null
        linkGroups - The link groups that variable needs, cannot be null
    • Method Detail

      • getEdit

        public org.eclipse.text.edits.ReplaceEdit getEdit()
        Returns:
        the edit The contained edit, cannot be null
      • getLinkGroups

        public Collection<LinkedGroup> getLinkGroups()
        Returns:
        the linkGroups The contained collection of linked groups, cannot be null