| Interface | Description |
|---|---|
| ScimFilterVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
ScimFilterParser. |
| Class | Description |
|---|---|
| CompareValue |
author Pascal Knueppel
created at: 16.10.2019 - 12:39 this class contains the value of an AttributeExpressionLeaf. |
| FilterAttributeName |
author Pascal Knueppel
created at: 16.10.2019 - 12:24 represents the name of an attribute and will also hold its meta data |
| FilterRuleErrorListener |
author Pascal Knueppel
created at: 16.10.2019 - 09:06 checks for errors during filter parsing and wraps the error into an InvalidFilterException |
| FilterVisitor |
author Pascal Knueppel
created at: 16.10.2019 - 12:09 The FilterVisitor iterates through the parsed SCIM-filter-tree and calls the here overridden methods for the specific nodes that have been visited. |
| ScimFilterBaseVisitor<T> |
This class provides an empty implementation of
ScimFilterVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| ScimFilterLexer | |
| ScimFilterParser | |
| ScimFilterParser.AndExpressionContext | |
| ScimFilterParser.AttrExpressionContext | |
| ScimFilterParser.AttributeExpressionContext | |
| ScimFilterParser.AttributePathContext | |
| ScimFilterParser.CompareOperatorContext | |
| ScimFilterParser.CompareValueContext | |
| ScimFilterParser.FilterContext | |
| ScimFilterParser.NotExpressionContext | |
| ScimFilterParser.OrExpressionContext | |
| ScimFilterParser.ParenthesisExpressionContext | |
| ScimFilterParser.ValuePathContext | |
| ScimFilterParser.ValuePathExpressionContext |
| Enum | Description |
|---|---|
| Comparator |
author Pascal Knueppel
created at: 16.10.2019 - 12:58 represents all valid comparators for an expression |
Copyright © 2019. All rights reserved.