java.lang.Object
org.gjt.sp.jedit.textarea.StructureMatcher.Match
- Enclosing interface:
- StructureMatcher
A structure match, denoted by a start and end position.
- Since:
- jEdit 4.2pre3
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMatch()
Match
(StructureMatcher matcher) Match
(StructureMatcher matcher, int startLine, int start, int endLine, int end) -
Method Summary
-
Field Details
-
matcher
-
startLine
public int startLine -
start
public int start -
endLine
public int endLine -
end
public int end
-
-
Constructor Details
-
Match
public Match() -
Match
-
Match
-