Interface HopDirective

    • Method Detail

      • matches

        boolean matches​(HopDirective dir)
        Returns true if this directive matches another.
        Parameters:
        dir - The directive to compare this to.
        Returns:
        True if this matches the argument.
      • toDebugString

        java.lang.String toDebugString()
        Returns a string representation of this that can be debugged but not parsed.
        Returns:
        The debug string.