Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
-
Packages that use ResolvedFieldDeclaration Package Description com.github.javaparser.ast.body com.github.javaparser.resolution com.github.javaparser.resolution.declarations com.github.javaparser.resolution.model.typesystem com.github.javaparser.resolution.types com.github.javaparser.symbolsolver.javaparsermodel.contexts com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.reflectionmodel 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 Modifier and Type Method Description ResolvedFieldDeclaration
FieldDeclaration. resolve()
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type ResolvedFieldDeclaration Modifier and Type Method Description default java.util.Optional<ResolvedFieldDeclaration>
Context. fieldDeclarationInScope(java.lang.String name)
default java.util.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 ResolvedFieldDeclaration Modifier and Type Method Description default ResolvedFieldDeclaration
ResolvedDeclaration. asField()
Return this as a FieldDeclaration or throw an UnsupportedOperationExceptiondefault ResolvedFieldDeclaration
ResolvedFieldDeclaration. asField()
default ResolvedFieldDeclaration
ResolvedReferenceTypeDeclaration. getField(java.lang.String name)
Note that the type of the field should be expressed using the type variables of this particular type.default ResolvedFieldDeclaration
ResolvedReferenceTypeDeclaration. getVisibleField(java.lang.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 ResolvedFieldDeclaration Modifier and Type Method Description java.util.List<ResolvedFieldDeclaration>
ResolvedReferenceTypeDeclaration. getAllFields()
Return a list of all fields, either declared in this declaration or inherited.default java.util.List<ResolvedFieldDeclaration>
ResolvedReferenceTypeDeclaration. getAllNonStaticFields()
Return a list of all the non static fields, either declared or inherited.default java.util.List<ResolvedFieldDeclaration>
ResolvedReferenceTypeDeclaration. getAllStaticFields()
Return a list of all the static fields, either declared or inherited.default java.util.List<ResolvedFieldDeclaration>
ResolvedReferenceTypeDeclaration. getDeclaredFields()
Return a list of all the fields declared in this type.default java.util.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 Modifier and Type Method Description java.util.Set<ResolvedFieldDeclaration>
ReferenceTypeImpl. getDeclaredFields()
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.resolution.types
Methods in com.github.javaparser.resolution.types that return types with arguments of type ResolvedFieldDeclaration Modifier and Type Method Description java.util.List<ResolvedFieldDeclaration>
ResolvedReferenceType. getAllFieldsVisibleToInheritors()
Fields which are visible to inheritors.abstract java.util.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 ResolvedFieldDeclaration Modifier and Type Method Description java.util.List<ResolvedFieldDeclaration>
ClassOrInterfaceDeclarationContext. fieldsExposedToChild(Node child)
java.util.List<ResolvedFieldDeclaration>
CompilationUnitContext. fieldsExposedToChild(Node child)
java.util.List<ResolvedFieldDeclaration>
RecordDeclarationContext. fieldsExposedToChild(Node child)
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedFieldDeclaration Modifier and Type Class Description class
JavaParserFieldDeclaration
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedFieldDeclaration Modifier and Type Method Description ResolvedFieldDeclaration
JavaParserTypeParameter. getField(java.lang.String name)
ResolvedFieldDeclaration
JavaParserTypeVariableDeclaration. getField(java.lang.String name)
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return types with arguments of type ResolvedFieldDeclaration Modifier and Type Method Description java.util.List<ResolvedFieldDeclaration>
JavaParserAnnotationDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavaParserAnonymousClassDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavaParserClassDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavaParserEnumDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavaParserInterfaceDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
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.java.util.List<ResolvedFieldDeclaration>
JavaParserTypeParameter. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavaParserTypeVariableDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavaParserTypeAdapter. getFieldsForDeclaredVariables()
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedFieldDeclaration Modifier and Type Class Description class
JavassistFieldDeclaration
Methods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedFieldDeclaration Modifier and Type Method Description ResolvedFieldDeclaration
JavassistEnumDeclaration. getField(java.lang.String name)
Methods in com.github.javaparser.symbolsolver.javassistmodel that return types with arguments of type ResolvedFieldDeclaration Modifier and Type Method Description java.util.List<ResolvedFieldDeclaration>
JavassistAnnotationDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavassistClassDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavassistEnumDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavassistInterfaceDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavassistRecordDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
JavassistTypeDeclarationAdapter. getDeclaredFields()
-
Uses of ResolvedFieldDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedFieldDeclaration Modifier and Type Class Description class
ReflectionFieldDeclaration
Methods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedFieldDeclaration Modifier and Type Method Description ResolvedFieldDeclaration
ReflectionClassAdapter. getField(java.lang.String name)
ResolvedFieldDeclaration
ReflectionClassDeclaration. getField(java.lang.String name)
ResolvedFieldDeclaration
ReflectionEnumDeclaration. getField(java.lang.String name)
ResolvedFieldDeclaration
ReflectionInterfaceDeclaration. getField(java.lang.String name)
ResolvedFieldDeclaration
ReflectionRecordDeclaration. getField(java.lang.String name)
ResolvedFieldDeclaration
ReflectionFieldDeclaration. replaceType(ResolvedType fieldType)
Methods in com.github.javaparser.symbolsolver.reflectionmodel that return types with arguments of type ResolvedFieldDeclaration Modifier and Type Method Description java.util.List<ResolvedFieldDeclaration>
ReflectionAnnotationDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
ReflectionClassAdapter. getAllFields()
java.util.List<ResolvedFieldDeclaration>
ReflectionClassDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
ReflectionEnumDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
ReflectionInterfaceDeclaration. getAllFields()
java.util.List<ResolvedFieldDeclaration>
ReflectionRecordDeclaration. getAllFields()
-