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:
ArgsProcessorBuilder<B>, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
ArgsSyntaxAccessor

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

    Modifier and Type
    Method
    Description
    withArgsSyntax(Term aArgsSyntax)
    Sets the (root) Term for the (root) Term property.
  • Method Details

    • withArgsSyntax

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