Uses of Class
net.sourceforge.pmd.lang.java.types.JVariableSig.FieldSig
Packages that use JVariableSig.FieldSig
Package
Description
Contains the classes and interfaces modelling the Java AST.
Support for compile-time type resolution on the AST.
-
Uses of JVariableSig.FieldSig in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JVariableSig.FieldSigMethods in net.sourceforge.pmd.lang.java.ast with parameters of type JVariableSig.FieldSigModifier and TypeMethodDescriptionstatic voidInternalApiBridge.setSignature(ASTFieldAccess node, JVariableSig.FieldSig sig) static voidInternalApiBridge.setTypedSym(ASTFieldAccess expr, JVariableSig.FieldSig sym) -
Uses of JVariableSig.FieldSig in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return JVariableSig.FieldSigModifier and TypeMethodDescription@Nullable JVariableSig.FieldSigJClassType.getDeclaredField(String simpleName) Return the field with the given name, or null if there is none.TypeSystem.sigOf(JTypeMirror decl, JFieldSymbol fieldSym) Methods in net.sourceforge.pmd.lang.java.types that return types with arguments of type JVariableSig.FieldSigModifier and TypeMethodDescriptionJClassType.getDeclaredFields()Return the list of declared fields.static NameResolver<JVariableSig.FieldSig> TypeOps.getMemberFieldResolver(JTypeMirror c, @NonNull String accessPackageName, @Nullable JClassSymbol access, String name)