Package | Description |
---|---|
com.igormaznitsa.jcp.expression | |
com.igormaznitsa.jcp.expression.functions | |
com.igormaznitsa.jcp.expression.operators |
Modifier and Type | Method and Description |
---|---|
ExpressionItemPriority |
ExpressionParser.SpecialItem.getExpressionItemPriority() |
ExpressionItemPriority |
Value.getExpressionItemPriority() |
ExpressionItemPriority |
ExpressionItem.getExpressionItemPriority()
Get the priority of the item
|
ExpressionItemPriority |
Variable.getExpressionItemPriority()
Get the expression item priority
|
static ExpressionItemPriority |
ExpressionItemPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionItemPriority[] |
ExpressionItemPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExpressionItemPriority |
AbstractFunction.getExpressionItemPriority()
Get the priority of the function in the expression tree
|
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.