Rename RecordDeclaration::getComponentList to getRecordComponents

This name is clearer when seen from the
interface ASTAnyTypeDeclaration, also
it matches the Class API
This commit is contained in:
Clément Fournier
2020-04-16 14:26:42 +02:00
parent 954bfb28d4
commit ea532e6d2d
3 changed files with 22 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ implementations, and their corresponding Parser if it exists (in the same packag
* {% jdoc !!core::cpd.token.AntlrToken#getType() %} - use `getKind()` instead.
* {% jdoc core::lang.rule.ImmutableLanguage %}
* {% jdoc core::lang.rule.MockRule %}
* {% jdoc !!java::lang.java.ast.ASTRecordDeclaration#getComponentList() %}
* Multiple fields, constructors and methods in {% jdoc core::lang.rule.XPathRule %}. See javadoc for details.
### External Contributions