Package org.jmol.util

Class PatternMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      PatternMatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.regex.Pattern compile​(java.lang.String sFind, boolean isCaseInsensitive)  
      • Methods inherited from class java.lang.Object

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

      • PatternMatcher

        public PatternMatcher()
    • Method Detail

      • compile

        public java.util.regex.Pattern compile​(java.lang.String sFind,
                                               boolean isCaseInsensitive)
        Specified by:
        compile in interface JmolPatternMatcher