Module md.grammar

Interface MutableContext

    • Method Detail

      • addKey

        void addKey​(String key)
        Add a key to the Context
        Parameters:
        key - a key
      • addPair

        default void addPair​(String key,
                             String value)
        Add a pair of keys to the Context that may be interpreted as a key-value pair
        Parameters:
        key - a key to the Context
        value - a value associated with the key