Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JFieldSymbol
-
Packages that use JFieldSymbol Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.symbols The new symbol resolution framework that inter-operates cleanly with type resolution.net.sourceforge.pmd.lang.java.types 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 Modifier and Type Method Description @Nullable JFieldSymbol
ASTFieldAccess. getReferencedSym()
-
Uses of JFieldSymbol in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return JFieldSymbol Modifier and Type Method Description default @Nullable JFieldSymbol
JClassSymbol. 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 JFieldSymbol Modifier and Type Method Description List<JFieldSymbol>
JClassSymbol. 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 JFieldSymbol Modifier and Type Method Description default R
SymbolVisitor. 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 JFieldSymbol Modifier and Type Method Description JFieldSymbol
JVariableSig.FieldSig. getSymbol()
Methods in net.sourceforge.pmd.lang.java.types with parameters of type JFieldSymbol Modifier and Type Method Description JVariableSig.FieldSig
TypeSystem. sigOf(JTypeMirror decl, JFieldSymbol fieldSym)
-