Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
Packages that use ResolvedFieldDeclaration
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedFieldDeclaration -
Uses of ResolvedFieldDeclaration in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type ResolvedFieldDeclarationModifier and TypeMethodDescriptiondefault Optional
<ResolvedFieldDeclaration> Context.fieldDeclarationInScope
(String name) default List
<ResolvedFieldDeclaration> Context.fieldsExposedToChild
(Node child) The fields that are declared and in this immediate context made visible to a given child. -
Uses of ResolvedFieldDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedFieldDeclarationModifier and TypeMethodDescriptiondefault ResolvedFieldDeclaration
ResolvedDeclaration.asField()
Return this as a FieldDeclaration or throw an UnsupportedOperationExceptiondefault ResolvedFieldDeclaration
ResolvedFieldDeclaration.asField()
default ResolvedFieldDeclaration
Note that the type of the field should be expressed using the type variables of this particular type.default ResolvedFieldDeclaration
ResolvedReferenceTypeDeclaration.getVisibleField
(String name) Consider only field or inherited field which is not private.Methods in com.github.javaparser.resolution.declarations that return types with arguments of type ResolvedFieldDeclarationModifier and TypeMethodDescriptionResolvedReferenceTypeDeclaration.getAllFields()
Return a list of all fields, either declared in this declaration or inherited.default List
<ResolvedFieldDeclaration> ResolvedReferenceTypeDeclaration.getAllNonStaticFields()
Return a list of all the non static fields, either declared or inherited.default List
<ResolvedFieldDeclaration> ResolvedReferenceTypeDeclaration.getAllStaticFields()
Return a list of all the static fields, either declared or inherited.default List
<ResolvedFieldDeclaration> ResolvedReferenceTypeDeclaration.getDeclaredFields()
Return a list of all the fields declared in this type.default List
<ResolvedFieldDeclaration> ResolvedReferenceTypeDeclaration.getVisibleFields()
Return a list of all fields declared and the inherited ones which are not private. -
Uses of ResolvedFieldDeclaration in com.github.javaparser.resolution.model.typesystem
Methods in com.github.javaparser.resolution.model.typesystem that return types with arguments of type ResolvedFieldDeclaration -
Uses of ResolvedFieldDeclaration in com.github.javaparser.resolution.types
Methods in com.github.javaparser.resolution.types that return types with arguments of type ResolvedFieldDeclarationModifier and TypeMethodDescriptionResolvedReferenceType.getAllFieldsVisibleToInheritors()
Fields which are visible to inheritors.abstract Set
<ResolvedFieldDeclaration> ResolvedReferenceType.getDeclaredFields()
Fields declared on this type. -
Uses of ResolvedFieldDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Methods in com.github.javaparser.symbolsolver.javaparsermodel.contexts that return types with arguments of type ResolvedFieldDeclarationModifier and TypeMethodDescriptionClassOrInterfaceDeclarationContext.fieldsExposedToChild
(Node child) CompilationUnitContext.fieldsExposedToChild
(Node child) RecordDeclarationContext.fieldsExposedToChild
(Node child) -
Uses of ResolvedFieldDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedFieldDeclarationMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedFieldDeclarationModifier and TypeMethodDescriptionMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return types with arguments of type ResolvedFieldDeclarationModifier and TypeMethodDescriptionJavaParserAnnotationDeclaration.getAllFields()
JavaParserAnonymousClassDeclaration.getAllFields()
JavaParserClassDeclaration.getAllFields()
JavaParserEnumDeclaration.getAllFields()
JavaParserInterfaceDeclaration.getAllFields()
JavaParserRecordDeclaration.getAllFields()
This method returns both the ResolvedFieldDeclarations for the explicit static fields declared in the record and non-static private fields corresponding to the record parameters.JavaParserTypeParameter.getAllFields()
JavaParserTypeVariableDeclaration.getAllFields()
JavaParserTypeAdapter.getFieldsForDeclaredVariables()
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedFieldDeclarationMethods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedFieldDeclarationModifier and TypeMethodDescriptionMethods in com.github.javaparser.symbolsolver.javassistmodel that return types with arguments of type ResolvedFieldDeclarationModifier and TypeMethodDescriptionJavassistAnnotationDeclaration.getAllFields()
JavassistClassDeclaration.getAllFields()
JavassistEnumDeclaration.getAllFields()
JavassistInterfaceDeclaration.getAllFields()
JavassistRecordDeclaration.getAllFields()
JavassistTypeDeclarationAdapter.getDeclaredFields()
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedFieldDeclarationMethods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedFieldDeclarationMethods in com.github.javaparser.symbolsolver.reflectionmodel that return types with arguments of type ResolvedFieldDeclarationModifier and TypeMethodDescriptionReflectionAnnotationDeclaration.getAllFields()
ReflectionClassAdapter.getAllFields()
ReflectionClassDeclaration.getAllFields()
ReflectionEnumDeclaration.getAllFields()
ReflectionInterfaceDeclaration.getAllFields()
ReflectionRecordDeclaration.getAllFields()