Interface ISuggestionListener


public interface ISuggestionListener
Listener interface to retrieve the possible tokens after a symbol in the expression parser.
Since:
8.0
Author:
a.pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSymbol(int symbolIndex, int position, Object value, int... candidateSymbols)
     
  • Method Details

    • addSymbol

      void addSymbol(int symbolIndex, int position, Object value, int... candidateSymbols) throws Exception
      Throws:
      Exception