Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTRecordComponentList
-
Packages that use ASTRecordComponentList Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTRecordComponentList in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTRecordComponentList Modifier and Type Method Description @NonNull ASTRecordComponentListASTRecordDeclaration. getRecordComponents()default @Nullable ASTRecordComponentListASTTypeDeclaration. getRecordComponents()Returns the record components declared by this class.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTRecordComponentList Modifier and Type Method Description default RJavaVisitor. visit(ASTRecordComponentList node, P data)
-