Class Arguments


  • public class Arguments
    extends Object
    Method or constructor arguments.
    Since:
    0.18.18
    • Constructor Detail

      • Arguments

        public Arguments​(DetailAST node)
        Secondary ctor.
        Parameters:
        node - Constructor or method defenition node.
      • Arguments

        public Arguments​(Parameters parameters)
        Primary ctor.
        Parameters:
        parameters - Parameters.
    • Method Detail

      • count

        public final int count()
        Return number of arguments.
        Returns:
        Number of arguments.
      • checkOrder

        public final void checkOrder​(List<JavadocTag> tags,
                                     Consumer<JavadocTag> consumer)
        Checks for consistency the order of arguments and their Javadoc parameters.
        Parameters:
        tags - Javadoc parameter tags.
        consumer - Consumer accepts JavadocTag which is located out of order.