Interface NameReference.ResolvedAction

All Known Subinterfaces:
ArgumentReference.ArgumentResolvedAction, ParameterReference.ParameterResolvedAction
Enclosing class:
NameReference
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface NameReference.ResolvedAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    pushes the NameDescription through and returns true if the name reference is resolved and false otherwise false can be returned in case the NameDescription refers to something which is not itself fully resolved
  • Method Details

    • resolved

      void resolved(NameDescription nd)
      pushes the NameDescription through and returns true if the name reference is resolved and false otherwise false can be returned in case the NameDescription refers to something which is not itself fully resolved