gnu.regexp

Class CharIndexedString

class CharIndexedString extends Object implements CharIndexed, Serializable

Constructor Summary
CharIndexedString(String str, int index)
Method Summary
charcharAt(int index)
booleanisValid()
booleanmove(int index)

Constructor Detail

CharIndexedString

CharIndexedString(String str, int index)

Method Detail

charAt

public char charAt(int index)

isValid

public boolean isValid()

move

public boolean move(int index)