Uses of Class
net.sourceforge.pmd.lang.java.types.JVariableSig.FieldSig
-
Packages that use JVariableSig.FieldSig Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.types 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.FieldSig Modifier and Type Method Description @Nullable JVariableSig.FieldSig
ASTFieldAccess. getSignature()
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type JVariableSig.FieldSig Modifier and Type Method Description static void
InternalApiBridge. setSignature(ASTFieldAccess node, JVariableSig.FieldSig sig)
static void
InternalApiBridge. 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.FieldSig Modifier and Type Method Description @Nullable JVariableSig.FieldSig
JClassType. getDeclaredField(String simpleName)
Return the field with the given name, or null if there is none.JVariableSig.FieldSig
TypeSystem. sigOf(JTypeMirror decl, JFieldSymbol fieldSym)
Methods in net.sourceforge.pmd.lang.java.types that return types with arguments of type JVariableSig.FieldSig Modifier and Type Method Description List<JVariableSig.FieldSig>
JClassType. getDeclaredFields()
Return the list of declared fields.static NameResolver<JVariableSig.FieldSig>
TypeOps. getMemberFieldResolver(JTypeMirror c, @NonNull String accessPackageName, @Nullable JClassSymbol access, String name)
-