Class MatchesList.Match

    • Constructor Detail

      • Match

        public Match​(String key,
                     String value,
                     org.antlr.v4.runtime.tree.ParseTree result)
    • Method Detail

      • fill

        public void fill​(String nKey,
                         String nValue,
                         org.antlr.v4.runtime.tree.ParseTree nResult)
      • getKey

        public String getKey()
      • getValue

        public String getValue()
      • getResult

        public org.antlr.v4.runtime.tree.ParseTree getResult()