| Package | Description |
|---|---|
| com.damnhandy.uri.template |
Handy URI Templates
|
| com.damnhandy.uri.template.impl |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Expression.getOperator()
Get the
Operator value for this expression. |
| Constructor and Description |
|---|
Expression(Operator op,
List<VarSpec> varSpecs)
Create a new Expression
|
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.fromOpCode(String opCode)
FIXME Comment this
|
static 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.
|
Copyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.