|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnaryOperatorEnum | |
---|---|
de.fraunhofer.ipsi.xquery.enums | |
de.fraunhofer.ipsi.xquery.tree.expression |
Uses of UnaryOperatorEnum in de.fraunhofer.ipsi.xquery.enums |
---|
Methods in de.fraunhofer.ipsi.xquery.enums that return UnaryOperatorEnum | |
---|---|
static UnaryOperatorEnum |
UnaryOperatorEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UnaryOperatorEnum[] |
UnaryOperatorEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of UnaryOperatorEnum in de.fraunhofer.ipsi.xquery.tree.expression |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.expression that return UnaryOperatorEnum | |
---|---|
UnaryOperatorEnum |
XQueryUnaryOperator.getOperation()
Method getOperation |
Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type UnaryOperatorEnum | |
---|---|
XQueryUnaryOperator(PositionInfo pos,
UnaryOperatorEnum kind,
XQueryExpression expr)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |