Class Capture


  • public class Capture
    extends java.lang.Object
    Represents a match of a captured subgroup
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      int groupNr  
      int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Capture​(int groupNr, int start, int end)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • groupNr

        public int groupNr
      • start

        public int start
      • end

        public int end
    • Constructor Detail

      • Capture

        public Capture​(int groupNr,
                       int start,
                       int end)