Class StructureMatcher.Match

  • Enclosing interface:
    StructureMatcher

    public static class StructureMatcher.Match
    extends java.lang.Object
    A structure match, denoted by a start and end position.
    Since:
    jEdit 4.2pre3
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • startLine

        public int startLine
      • start

        public int start
      • endLine

        public int endLine
      • end

        public int end
    • Constructor Detail

      • Match

        public Match()
      • Match

        public Match​(StructureMatcher matcher,
                     int startLine,
                     int start,
                     int endLine,
                     int end)