Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JRecordComponentSymbol
-
Packages that use JRecordComponentSymbol Package Description net.sourceforge.pmd.lang.java.symbols 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 JRecordComponentSymbol Modifier and Type Method Description default @NonNull List<JRecordComponentSymbol>JClassSymbol. getRecordComponents()Returns a list with all record components.Methods in net.sourceforge.pmd.lang.java.symbols with parameters of type JRecordComponentSymbol Modifier and Type Method Description default RSymbolVisitor. visitRecordComponent(JRecordComponentSymbol sym, P param)Delegates toSymbolVisitor.visitSymbol(JElementSymbol, Object).
-