Class StyleRanges
- java.lang.Object
-
- org.yakindu.base.xtext.utils.gmf.directedit.StyleRanges
-
public class StyleRanges extends Object
-
-
Constructor Summary
Constructors Constructor Description StyleRanges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
equal(StyleRange lastRange, StyleRange styleRange)
List<StyleRange>
getRanges(String expression)
protected List<StyleRange>
merge(List<StyleRange> ranges)
-
-
-
Method Detail
-
getRanges
public List<StyleRange> getRanges(String expression)
-
merge
protected List<StyleRange> merge(List<StyleRange> ranges)
-
equal
protected boolean equal(StyleRange lastRange, StyleRange styleRange)
-
-