org.gjt.sp.util
Class CharIndexedSegment
java.lang.Object
org.gjt.sp.util.CharIndexedSegment
- All Implemented Interfaces:
- Serializable
- public class CharIndexedSegment
- extends Object
- implements Serializable
Lets gnu.regexp
search within Segment
objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharIndexedSegment
public CharIndexedSegment(Segment seg,
int index)
- Creates a new
CharIndexedSegment
.
- Since:
- jEdit 4.1pre3
CharIndexedSegment
public CharIndexedSegment(Segment seg,
boolean reverse)
- Creates a new
CharIndexedSegment
.
- Since:
- jEdit 4.1pre1
charAt
public char charAt(int index)
isValid
public boolean isValid()
reset
public void reset()
move
public boolean move(int index)