Class UnresolvedNameReference

    • Method Detail

      • tryResolve

        public boolean tryResolve​(NameDescription nd)
        Description copied from interface: NameReference
        Execute all the actions (if not already executed) and return true if the reference has been resolved.
        Returns:
        true if the reference has been resolved
      • addResolvedAction

        public UnresolvedNameReference addResolvedAction​(NameReference.ResolvedAction action)
        Description copied from interface: NameReference
        Adds an action to the list to be executed when the reference is resolved and returns this. If the reference is already resolved, execute the action immediately.
        Returns:
        this
      • isResolved

        public boolean isResolved()