| Package | Description |
|---|---|
| lux.xpath |
| Modifier and Type | Method and Description |
|---|---|
AbstractExpression.Type |
AbstractExpression.getType()
Most types will correspond one-one
with a subclass of AbstractExpression, but this
enumerated value provides an integer equivalent that should be
useful for efficient switch operations, encoding and the like.
|
static AbstractExpression.Type |
AbstractExpression.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractExpression.Type[] |
AbstractExpression.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractExpression(AbstractExpression.Type type) |
Copyright © 2013. All Rights Reserved.