Interface ArgsSyntaxAccessor.ArgsSyntaxMutator

All Known Subinterfaces:
ArgsSyntaxAccessor.ArgsSyntaxProperty, ParseArgs
All Known Implementing Classes:
ArgsParser
Enclosing interface:
ArgsSyntaxAccessor

public static interface ArgsSyntaxAccessor.ArgsSyntaxMutator
Provides a mutator for a (root) Term property.
  • Method Summary

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

    • setArgsSyntax

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