Package io.vertigo.commons.peg.term
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 TypeMethodDescriptionGet all the possible string values.
-
Method Details
-
getStrValues
Get all the possible string values.- Returns:
- the list of string values
-