public abstract class Expression extends Node
| Modifier and Type | Field and Description |
|---|---|
protected List<Variable> |
variableList |
| Constructor and Description |
|---|
Expression(String token) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
decodeValue(String value) |
protected String |
encodeValue(String value) |
public Expression(String token) throws URITemplateException
URITemplateExceptionCopyright © 2005–2015 Apache Software Foundation. All rights reserved.