Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JRecordComponentSymbol
Packages that use JRecordComponentSymbol
Package
Description
The new symbol resolution framework
that inter-operates cleanly with type resolution.
-
Uses of JRecordComponentSymbol in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return types with arguments of type JRecordComponentSymbolModifier and TypeMethodDescriptiondefault @NonNull List<JRecordComponentSymbol>JClassSymbol.getRecordComponents()Returns a list with all record components.Methods in net.sourceforge.pmd.lang.java.symbols with parameters of type JRecordComponentSymbolModifier and TypeMethodDescriptiondefault RSymbolVisitor.visitRecordComponent(JRecordComponentSymbol sym, P param) Delegates toSymbolVisitor.visitSymbol(JElementSymbol, Object).