@Accessors
public abstract class Entry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Entry<T,R> |
next |
protected Entry<T,R> |
previous |
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and 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() |
void |
setNext(Entry<T,R> next) |
void |
setPrevious(Entry<T,R> previous) |
public abstract ObjectEntry<T,R> getLeadingObject()
public abstract ObjectEntry<T,R> getTrailingObject()
public abstract SeparatorEntry<T,R> getLeadingSeparator()
public abstract SeparatorEntry<T,R> getTrailingSeparator()