Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JFieldSymbol
Packages that use JFieldSymbol
Package
Description
Contains the classes and interfaces modelling the Java AST.
The new symbol resolution framework
that inter-operates cleanly with type resolution.
Support for compile-time type resolution on the AST.
-
Uses of JFieldSymbol in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JFieldSymbol -
Uses of JFieldSymbol in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return JFieldSymbolModifier and TypeMethodDescriptiondefault @Nullable JFieldSymbolJClassSymbol.getDeclaredField(String name) Returns a field with the given name defined in this class.Methods in net.sourceforge.pmd.lang.java.symbols that return types with arguments of type JFieldSymbolModifier and TypeMethodDescriptionJClassSymbol.getDeclaredFields()Returns the fields declared directly in this class.default @NonNull List<JFieldSymbol>JClassSymbol.getEnumConstants()Returns a list with all enum constants.Methods in net.sourceforge.pmd.lang.java.symbols with parameters of type JFieldSymbolModifier and TypeMethodDescriptiondefault RSymbolVisitor.visitField(JFieldSymbol sym, P param) Delegates tovisitVariable. -
Uses of JFieldSymbol in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return JFieldSymbolMethods in net.sourceforge.pmd.lang.java.types with parameters of type JFieldSymbol