Class FoldingRangeKind
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.folding.FoldingRangeKind
-
public class FoldingRangeKind extends java.lang.ObjectContains the possible kinds of folding ranges defined by the LSP spec.- Since:
- 2.26
-
-
Field Summary
Fields Modifier and Type Field Description static FoldingRangeKindCOMMENTstatic FoldingRangeKindIMPORTSstatic FoldingRangeKindREGION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
COMMENT
public static final FoldingRangeKind COMMENT
-
IMPORTS
public static final FoldingRangeKind IMPORTS
-
REGION
public static final FoldingRangeKind REGION
-
-