Class MatchTable

    • Constructor Summary

      Constructors 
      Constructor Description
      MatchTable​(java.util.regex.Matcher m)
      Constructor for MatchTable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSymbolValue​(java.lang.String symbol)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatchTable

        public MatchTable​(java.util.regex.Matcher m)

        Constructor for MatchTable.

        Parameters:
        m - a Matcher object.