Class ObjectEntry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
- java.lang.Object
-
- org.eclipse.xtext.xbase.formatting2.Entry<T,R>
-
- org.eclipse.xtext.xbase.formatting2.ObjectEntry<T,R>
-
public class ObjectEntry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment> extends Entry<T,R>
-
-
Constructor Summary
Constructors Constructor Description ObjectEntry(SeparatorRegions<T,R> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectEntry<T,R>getLeadingObject()SeparatorEntry<T,R>getLeadingSeparator()SeparatorRegions<T,R>getList()TgetObject()org.eclipse.xtext.formatting2.regionaccess.ITextSegmentgetRegion()ObjectEntry<T,R>getTrailingObject()SeparatorEntry<T,R>getTrailingSeparator()voidsetObject(T object)java.lang.StringtoString()-
Methods inherited from class org.eclipse.xtext.xbase.formatting2.Entry
getNext, getPrevious, setNext, setPrevious
-
-
-
-
Constructor Detail
-
ObjectEntry
public ObjectEntry(SeparatorRegions<T,R> list)
-
-
Method Detail
-
getRegion
public org.eclipse.xtext.formatting2.regionaccess.ITextSegment getRegion()
-
getLeadingObject
public ObjectEntry<T,R> getLeadingObject()
- Specified by:
getLeadingObjectin classEntry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
-
getTrailingObject
public ObjectEntry<T,R> getTrailingObject()
- Specified by:
getTrailingObjectin classEntry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
-
getLeadingSeparator
public SeparatorEntry<T,R> getLeadingSeparator()
- Specified by:
getLeadingSeparatorin classEntry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
-
getTrailingSeparator
public SeparatorEntry<T,R> getTrailingSeparator()
- Specified by:
getTrailingSeparatorin classEntry<T,R extends org.eclipse.xtext.formatting2.regionaccess.ITextSegment>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getList
public SeparatorRegions<T,R> getList()
-
getObject
public T getObject()
-
setObject
public void setObject(T object)
-
-