public static class SchemeParenthesisParser.CharIterator
extends java.lang.Object
Constructor and Description |
---|
CharIterator(java.lang.CharSequence s,
int index,
SchemeParenthesisParser.ParseDirection direction) |
Modifier and Type | Method and Description |
---|---|
char |
getCurrentChar() |
SchemeParenthesisParser.ParseDirection |
getDirection() |
int |
getIndex() |
int |
getInitialIndex() |
java.lang.CharSequence |
getString() |
char |
left() |
void |
next() |
char |
right() |
java.lang.CharSequence |
setString(java.lang.CharSequence string) |
java.lang.CharSequence |
substring(int beginIndex,
int endIndex) |
public CharIterator(java.lang.CharSequence s, int index, SchemeParenthesisParser.ParseDirection direction)
public char right()
public char left()
public char getCurrentChar()
public int getIndex()
public int getInitialIndex()
public java.lang.CharSequence substring(int beginIndex, int endIndex)
public java.lang.CharSequence getString()
public java.lang.CharSequence setString(java.lang.CharSequence string)
public void next()
public SchemeParenthesisParser.ParseDirection getDirection()