protected static enum TextRegionAccessToString.AstRegionComparator extends java.lang.Enum<TextRegionAccessToString.AstRegionComparator> implements java.util.Comparator<IAstRegion>
| Enum Constant and Description |
|---|
CHILDREN_FIRST |
CONTAINER_FIRST |
| Modifier and Type | Method and Description |
|---|---|
static TextRegionAccessToString.AstRegionComparator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextRegionAccessToString.AstRegionComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final TextRegionAccessToString.AstRegionComparator CHILDREN_FIRST
public static final TextRegionAccessToString.AstRegionComparator CONTAINER_FIRST
public static TextRegionAccessToString.AstRegionComparator[] values()
for (TextRegionAccessToString.AstRegionComparator c : TextRegionAccessToString.AstRegionComparator.values()) System.out.println(c);
public static TextRegionAccessToString.AstRegionComparator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null