Uses of Class
com.damnhandy.uri.template.impl.Operator
-
Packages that use Operator Package Description com.damnhandy.uri.template Handy URI Templatescom.damnhandy.uri.template.impl -
-
Uses of Operator in com.damnhandy.uri.template
Methods in com.damnhandy.uri.template that return Operator Modifier and Type Method Description Operator
Expression. getOperator()
Get theOperator
value for this expression.Constructors in com.damnhandy.uri.template with parameters of type Operator Constructor Description Expression(Operator op, List<VarSpec> varSpecs)
Create a new Expression -
Uses of Operator in com.damnhandy.uri.template.impl
Methods in com.damnhandy.uri.template.impl that return Operator Modifier and Type Method Description static Operator
Operator. fromOpCode(String opCode)
FIXME Comment thisstatic Operator
Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operator[]
Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-