public abstract class Expression extends Node
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Variable> |
variableList |
hasQueryTemplate, next, token| Constructor and Description |
|---|
Expression(java.lang.String token) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
decodeValue(java.lang.String value) |
protected java.lang.String |
encodeValue(java.lang.String value) |
expandAll, hasQueryTemplate, matchAll, setNextprotected java.util.List<Variable> variableList
public Expression(java.lang.String token)
throws URITemplateException
URITemplateExceptionCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.