public class Arguments
extends java.lang.Object
| Constructor and Description |
|---|
Arguments(DetailAST node)
Secondary ctor.
|
Arguments(Parameters parameters)
Primary ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkOrder(java.util.List<JavadocTag> tags,
java.util.function.Consumer<JavadocTag> consumer)
Checks for consistency the order of arguments and their Javadoc
parameters.
|
int |
count()
Return number of arguments.
|
public Arguments(DetailAST node)
node - Constructor or method defenition node.public Arguments(Parameters parameters)
parameters - Parameters.public final int count()
public final void checkOrder(java.util.List<JavadocTag> tags, java.util.function.Consumer<JavadocTag> consumer)
tags - Javadoc parameter tags.consumer - Consumer accepts JavadocTag which is located out of
order.Copyright © 2011–2019 Qulice.com. All rights reserved.