Interface ArgsSyntaxAccessor.ArgsSyntaxBuilder<B extends ArgsSyntaxAccessor.ArgsSyntaxBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
ArgsParser, ArgsProcessorBuilder<B>
All Known Implementing Classes:
ArgsParserImpl
Enclosing interface:
ArgsSyntaxAccessor

public static interface ArgsSyntaxAccessor.ArgsSyntaxBuilder<B extends ArgsSyntaxAccessor.ArgsSyntaxBuilder<B>>
Provides a builder method for a (root) Constituent property returning the builder for applying multiple build operations.
  • Method Details

    • withArgsSyntax

      B withArgsSyntax(Constituent aArgsSyntax)
      Sets the (root) Constituent for the (root) Constituent property.
      Parameters:
      aArgsSyntax - The (root) Constituent to be stored by the (root) Constituent property.
      Returns:
      The builder for applying multiple build operations.