| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Method and Description |
|---|---|
TokenOperatorPS.Operator |
TokenOperatorPS.operator()
Returns the operator part of this token.
|
static TokenOperatorPS.Operator |
TokenOperatorPS.toOperator(char c)
Returns the operator if it is defined in this class.
|
static TokenOperatorPS.Operator |
TokenOperatorPS.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenOperatorPS.Operator[] |
TokenOperatorPS.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TokenOperatorPS(TokenOperatorPS.Operator op,
List<Variable> vars)
Creates a new operator token.
|
TokenOperatorPS(TokenOperatorPS.Operator op,
Variable var)
Creates a new operator token for one variable only.
|
Copyright © 2014. All rights reserved.