public static enum TokenTreeBuilder.EntryType extends java.lang.Enum<TokenTreeBuilder.EntryType>
Modifier and Type | Method and Description |
---|---|
static TokenTreeBuilder.EntryType |
of(int ordinal) |
static TokenTreeBuilder.EntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenTreeBuilder.EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenTreeBuilder.EntryType SIMPLE
public static final TokenTreeBuilder.EntryType FACTORED
public static final TokenTreeBuilder.EntryType PACKED
public static final TokenTreeBuilder.EntryType OVERFLOW
public static TokenTreeBuilder.EntryType[] values()
for (TokenTreeBuilder.EntryType c : TokenTreeBuilder.EntryType.values()) System.out.println(c);
public static TokenTreeBuilder.EntryType 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 nullpublic static TokenTreeBuilder.EntryType of(int ordinal)
Copyright © 2018 The Apache Software Foundation