public class FilterTreeManager extends Object
All terminals are filter expressions hence denoted by ExpressionNodes and all non terminal nodes are operators hence denoted by OperatorNodes.
| Constructor and Description |
|---|
FilterTreeManager(String filterString,
SCIMResourceTypeSchema schema) |
public FilterTreeManager(String filterString, SCIMResourceTypeSchema schema) throws IOException
IOExceptionpublic Node buildTree() throws BadRequestException
BadRequestExceptionpublic String nextSymbol()
Copyright © 2023 WSO2. All rights reserved.