Interface RuleExpressionVisitor<T>

Type Parameters:
T - The type returned by the visitor.
All Known Implementing Classes:
AssignIdentifierVisitor, AssignTypesVisitor, CodeGeneratorVisitor, PrepareForCodegenVisitor, RewriteRuleExpressionVisitor, WalkRuleExpressionVisitor

public interface RuleExpressionVisitor<T>
Visitor for all the expressions defined in the endpoints rule sets.