Interface ArgsSyntaxAccessor.ArgsSyntaxMutator

All Known Subinterfaces:
ArgsSyntaxAccessor.ArgsSyntaxProperty
Enclosing interface:
ArgsSyntaxAccessor

public static interface ArgsSyntaxAccessor.ArgsSyntaxMutator
Provides a mutator for a root condition property.
  • Method Summary

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

    • setArgsSyntax

      void setArgsSyntax(Constituent aArgsSyntax)
      Sets the root condition for the root condition property.
      Parameters:
      aArgsSyntax - The root condition to be stored by the root condition property.