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, setNext
protected java.util.List<Variable> variableList
public Expression(java.lang.String token) throws URITemplateException
URITemplateException
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.