|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractExpression.Type | |
|---|---|
| lux.xpath | |
| Uses of AbstractExpression.Type in lux.xpath |
|---|
| Methods in lux.xpath that return AbstractExpression.Type | |
|---|---|
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. |
| Constructors in lux.xpath with parameters of type AbstractExpression.Type | |
|---|---|
AbstractExpression(AbstractExpression.Type type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||