Class Entry<T,​R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>

  • Direct Known Subclasses:
    ObjectEntry, SeparatorEntry

    public abstract class Entry<T,​R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
    extends java.lang.Object
    • Field Detail

      • next

        protected Entry<T,​R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment> next
      • previous

        protected Entry<T,​R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment> previous
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • getLeadingObject

        public abstract ObjectEntry<T,​R> getLeadingObject()
      • getTrailingObject

        public abstract ObjectEntry<T,​R> getTrailingObject()
      • getLeadingSeparator

        public abstract SeparatorEntry<T,​R> getLeadingSeparator()
      • getTrailingSeparator

        public abstract SeparatorEntry<T,​R> getTrailingSeparator()
      • getNext

        public Entry<T,​R> getNext()
      • setNext

        public void setNext​(Entry<T,​R> next)
      • getPrevious

        public Entry<T,​R> getPrevious()
      • setPrevious

        public void setPrevious​(Entry<T,​R> previous)