Interface MatchCountAccessor

All Known Subinterfaces:
Condition, MatchCountAccessor.MatchCountProperty, Operand<T>, Option<T>, PropertyOption<T>, Term
All Known Implementing Classes:
AbstractCondition, AbstractOperand, AbstractOption, AbstractPropertyOption, AllCondition, AmbiguousArgsException, AndCondition, AnyCondition, ArgsSyntaxException, ArrayOperand, ArrayOption, BooleanOption, BooleanProperty, CasesCondition, CharOption, CharProperty, CleanFlag, ConfigOption, ConfigProperty, DaemonFlag, DebugFlag, DoubleOption, DoubleProperty, EnumOption, EnumProperty, FileOption, FileProperty, Flag, FloatOption, FloatProperty, ForceFlag, HelpFlag, InitFlag, IntOption, IntProperty, LongOption, LongProperty, NoneOperand, Operation, OrCondition, ParseArgsException, ParseOptionArgsException, QuietFlag, StringOperand, StringOption, StringProperty, SuperfluousArgsException, SysInfoFlag, UnknownArgsException, UnknownOptionArgsException, VerboseFlag, XorCondition

public interface MatchCountAccessor
Provides an accessor for a match-count property.
  • Method Details

    • getMatchCount

      int getMatchCount()
      Retrieves the match-count from the match-count property.
      Returns:
      The matchCount stored by the match-count property.