Interface IExprTemplateVisitor

All Known Implementing Classes:
TemplateVisitor

public interface IExprTemplateVisitor
This visitor interface is used during the initialization of the expression parser.
Since:
6.0
Author:
F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processTemplate(String name, String expression)
    This method should be invoked for each expression template that should be added.
  • Method Details

    • processTemplate

      void processTemplate(String name, String expression)
      This method should be invoked for each expression template that should be added.
      Parameters:
      name - The name of the expression template.
      expression - The expression