Package org.keycloak.models.workflow.conditions.expression
package org.keycloak.models.workflow.conditions.expression
-
ClassDescriptionThis class provides an empty implementation of
BooleanConditionParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.This class provides an empty implementation ofBooleanConditionParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byBooleanConditionParser.This interface defines a complete generic visitor for a parse tree produced byBooleanConditionParser.This visitor traverses the entire parse tree and collects the names of all conditionCalls.This visitor traverses the entire parse tree and collects the supported types of all conditionCalls.