Interface UnresolvedParameterReference.ParameterResolvedAction

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default boolean 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
      boolean resolved​(NameDescription nd, PathElement[] path)
      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 if path is not null, it means that the reference has been resolved to a path inside an aggregate parameter
    • Method Detail

      • resolved

        boolean resolved​(NameDescription nd,
                         PathElement[] path)
        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 if path is not null, it means that the reference has been resolved to a path inside an aggregate parameter
      • resolved

        default boolean resolved​(NameDescription nd)
        Description copied from interface: NameReference.ResolvedAction
        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
        Specified by:
        resolved in interface NameReference.ResolvedAction