Class Entry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
- java.lang.Object
-
- org.eclipse.xtext.xbase.formatting2.Entry<T,R>
-
- Direct Known Subclasses:
ObjectEntry,SeparatorEntry
public abstract class Entry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ObjectEntry<T,R>getLeadingObject()abstract SeparatorEntry<T,R>getLeadingSeparator()Entry<T,R>getNext()Entry<T,R>getPrevious()abstract ObjectEntry<T,R>getTrailingObject()abstract SeparatorEntry<T,R>getTrailingSeparator()voidsetNext(Entry<T,R> next)voidsetPrevious(Entry<T,R> previous)
-
-
-
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()
-
-