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.
Enclosing interface:
ArgsSyntaxAccessor

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

    Modifier and Type
    Method
    Description
    Sets the root condition for the root condition property.
  • Method Details

    • withArgsSyntax

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