Interface IMatcher

All Known Implementing Classes:
BoolMatch, NumberMatch, StringMatch

public interface IMatcher
The IMatcher interface defines the properties of an object representing a condition to be used in a matching expression exposes.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the condition symbol of this matcher.
    int
    Returns the type id of this matcher.
  • Method Details

    • getSymbol

      String getSymbol()
      Returns the condition symbol of this matcher.
    • getType

      int getType()
      Returns the type id of this matcher.