Class PatchPathListener
java.lang.Object
org.apache.directory.scim.spec.filter.FilterBaseListener
org.apache.directory.scim.spec.filter.ExpressionBuildingListener
org.apache.directory.scim.spec.patch.PatchPathListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,FilterListener
-
Field Summary
Fields inherited from class org.apache.directory.scim.spec.filter.ExpressionBuildingListener
expressionStack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExit a parse tree produced by thePatchPathFulllabeled alternative inFilterParser.patchPath().voidExit a parse tree produced by thePatchPathPartiallabeled alternative inFilterParser.patchPath().Methods inherited from class org.apache.directory.scim.spec.filter.ExpressionBuildingListener
exitAttributeCompareExpression, exitAttributeGroupExpression, exitAttributeLogicExpression, exitAttributePresentExpression, exitFilter, exitFilterAttributeCompareExpression, exitFilterAttributePresentExpression, exitFilterGroupExpression, exitFilterLogicExpression, exitFilterValuePathExpression, getFilterExpressionMethods inherited from class org.apache.directory.scim.spec.filter.FilterBaseListener
enterAttributeCompareExpression, enterAttributeGroupExpression, enterAttributeLogicExpression, enterAttributePresentExpression, enterEveryRule, enterFilter, enterFilterAttributeCompareExpression, enterFilterAttributeExpression, enterFilterAttributePresentExpression, enterFilterGroupExpression, enterFilterLogicExpression, enterFilterValuePathExpression, enterFullAttributePath, enterPartialAttributePath, enterPartialPatchPath, enterPatchPathFull, enterPatchPathPartial, exitEveryRule, exitFilterAttributeExpression, exitFullAttributePath, exitPartialAttributePath, exitPartialPatchPath, visitErrorNode, visitTerminal
-
Constructor Details
-
PatchPathListener
public PatchPathListener()
-
-
Method Details
-
exitPatchPathFull
Description copied from class:FilterBaseListenerExit a parse tree produced by thePatchPathFulllabeled alternative inFilterParser.patchPath().The default implementation does nothing.
- Specified by:
exitPatchPathFullin interfaceFilterListener- Overrides:
exitPatchPathFullin classFilterBaseListener- Parameters:
ctx- the parse tree
-
exitPatchPathPartial
Description copied from class:FilterBaseListenerExit a parse tree produced by thePatchPathPartiallabeled alternative inFilterParser.patchPath().The default implementation does nothing.
- Specified by:
exitPatchPathPartialin interfaceFilterListener- Overrides:
exitPatchPathPartialin classFilterBaseListener- Parameters:
ctx- the parse tree
-