protected static enum TextRegionAccessToString.AstRegionComparator extends Enum<TextRegionAccessToString.AstRegionComparator> implements Comparator<IAstRegion>
| Enum Constant and Description |
|---|
CHILDREN_FIRST |
CONTAINER_FIRST |
| Modifier and Type | Method and Description |
|---|---|
static TextRegionAccessToString.AstRegionComparator |
valueOf(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, equalspublic 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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.