Class MatchedLocation


  • public class MatchedLocation
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      Location getLocation()  
      java.util.regex.Matcher getMatcher()  
      void setLocation​(Location location)  
      void setMatcher​(java.util.regex.Matcher matcher)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • MatchedLocation

        public MatchedLocation​(Location location)
      • MatchedLocation

        public MatchedLocation​(java.util.regex.Matcher matcher,
                               Location location)
    • Method Detail

      • getMatcher

        public java.util.regex.Matcher getMatcher()
      • setMatcher

        public void setMatcher​(java.util.regex.Matcher matcher)
      • getLocation

        public Location getLocation()
      • setLocation

        public void setLocation​(Location location)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object