org.gjt.sp.jedit.textarea
Class StructureMatcher.Match

java.lang.Object
  extended byorg.gjt.sp.jedit.textarea.StructureMatcher.Match
Enclosing class:
StructureMatcher

public static class StructureMatcher.Match
extends java.lang.Object

A structure match, denoted by a start and end position.

Since:
jEdit 4.2pre3

Field Summary
 int end
           
 int endLine
           
 StructureMatcher matcher
           
 int start
           
 int startLine
           
 
Constructor Summary
StructureMatcher.Match()
           
StructureMatcher.Match(StructureMatcher matcher)
           
StructureMatcher.Match(StructureMatcher matcher, int startLine, int start, int endLine, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matcher

public StructureMatcher matcher

startLine

public int startLine

start

public int start

endLine

public int endLine

end

public int end
Constructor Detail

StructureMatcher.Match

public StructureMatcher.Match()

StructureMatcher.Match

public StructureMatcher.Match(StructureMatcher matcher)

StructureMatcher.Match

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