Interface ArgSignature

All Known Implementing Classes:
ArgSignatureImpl, TextArg.WithSignature

public interface ArgSignature
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns position of this argument in macro signature.
    Returns text representation of this arg in macro signature.
  • Method Details

    • getPosition

      @Nonnull Position getPosition()
      Returns position of this argument in macro signature.
    • getSource

      @Nonnull String getSource()
      Returns text representation of this arg in macro signature.