|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExprPrecedenceEnum>
com.espertech.esper.epl.expression.core.ExprPrecedenceEnum
public enum ExprPrecedenceEnum
Precendence levels for expressions.
Enum Constant Summary | |
---|---|
ADDITIVE
Precedence. |
|
AND
Precedence. |
|
BITWISE
Precedence. |
|
CASE
Precedence. |
|
CONCAT
Precedence. |
|
EQUALS
Precedence. |
|
MINIMUM
Precedence. |
|
MULTIPLY
Precedence. |
|
NEGATED
Precedence. |
|
OR
Precedence. |
|
RELATIONAL_BETWEEN_IN
Precedence. |
|
UNARY
Precedence. |
Method Summary | |
---|---|
int |
getLevel()
Level. |
static ExprPrecedenceEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExprPrecedenceEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ExprPrecedenceEnum UNARY
public static final ExprPrecedenceEnum MULTIPLY
public static final ExprPrecedenceEnum ADDITIVE
public static final ExprPrecedenceEnum CONCAT
public static final ExprPrecedenceEnum RELATIONAL_BETWEEN_IN
public static final ExprPrecedenceEnum EQUALS
public static final ExprPrecedenceEnum NEGATED
public static final ExprPrecedenceEnum BITWISE
public static final ExprPrecedenceEnum AND
public static final ExprPrecedenceEnum OR
public static final ExprPrecedenceEnum CASE
public static final ExprPrecedenceEnum MINIMUM
Method Detail |
---|
public static ExprPrecedenceEnum[] values()
for (ExprPrecedenceEnum c : ExprPrecedenceEnum.values()) System.out.println(c);
public static ExprPrecedenceEnum 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 name
java.lang.NullPointerException
- if the argument is nullpublic int getLevel()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |