Class AccessTarget.FieldAccessTarget

    • Method Detail

      • resolve

        public java.util.Set<JavaField> resolve()
        Description copied from class: AccessTarget
        Tries to resolve the targeted members (methods, fields or constructors). In most cases this will be a single element, if the target was imported, or an empty set, if the target was not imported. However, for MethodCallTargets, there can be multiple possible targets.
        Specified by:
        resolve in class AccessTarget
        Returns:
        Fields that match the target, this will always be either one field, or no field
        See Also:
        resolveField()