Interface PegTerm

All Known Subinterfaces:
PegOperatorTerm<T>
All Known Implementing Classes:
PegArithmeticsOperatorTerm, PegBoolOperatorTerm, PegBracketsTerm, PegCompareTerm

public interface PegTerm
Interface for all terms.
Author:
skerdudou
  • Method Summary

    Modifier and Type
    Method
    Description
    Get all the possible string values.
  • Method Details

    • getStrValues

      List<String> getStrValues()
      Get all the possible string values.
      Returns:
      the list of string values