Class _MatchImplFunction.CaptureObject

  • Enclosing class:
    _MatchImplFunction

    private static class _MatchImplFunction.CaptureObject
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
      java.lang.String name  
      int offset  
      java.lang.String string  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CaptureObject()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        public int offset
      • length

        public int length
      • string

        public java.lang.String string
      • name

        public java.lang.String name
    • Constructor Detail

      • CaptureObject

        private CaptureObject()