public enum RowRecogExprNodePrecedenceEnum extends Enum<RowRecogExprNodePrecedenceEnum>
Enum Constant and Description |
---|
ALTERNATION
Precedence.
|
CONCATENATION
Precedence.
|
GROUPING
Precedence.
|
MINIMUM
Precedence.
|
UNARY
Precedence.
|
Modifier and Type | Method and Description |
---|---|
int |
getLevel()
Level.
|
static RowRecogExprNodePrecedenceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowRecogExprNodePrecedenceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowRecogExprNodePrecedenceEnum UNARY
public static final RowRecogExprNodePrecedenceEnum GROUPING
public static final RowRecogExprNodePrecedenceEnum CONCATENATION
public static final RowRecogExprNodePrecedenceEnum ALTERNATION
public static final RowRecogExprNodePrecedenceEnum MINIMUM
public static RowRecogExprNodePrecedenceEnum[] values()
for (RowRecogExprNodePrecedenceEnum c : RowRecogExprNodePrecedenceEnum.values()) System.out.println(c);
public static RowRecogExprNodePrecedenceEnum 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 nullpublic int getLevel()
Copyright © 2005–2018. All rights reserved.