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