Interface MemberSubstitution.Replacement.Binding

    • Method Detail

      • isBound

        boolean isBound()
        Returns true if this binding is resolved.
        Returns:
        true if this binding is resolved.
      • make

        StackManipulation make​(TypeList.Generic parameters,
                               TypeDescription.Generic result,
                               int freeOffset)
        Creates a stack manipulation that represents the substitution. This method can only be called for actually bound bindings.
        Parameters:
        parameters - The parameters that are accessible to the substitution target.
        result - The result that is expected from the substitution target or void if none is expected.
        freeOffset - The first offset that can be used for storing local variables.
        Returns:
        A stack manipulation that represents the replacement.