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