public interface CharSequence2
extends java.lang.CharSequence
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
LineLocation |
getLocation() |
java.lang.String |
getPreprocessorError() |
int |
length() |
boolean |
startsWith(java.lang.String string) |
CharSequence2 |
subSequence(int start,
int end) |
java.lang.String |
toString2() |
CharSequence2 |
trin() |
CharSequence2 |
withErrorPreprocessor(java.lang.String preprocessorError) |
int length()
length in interface java.lang.CharSequencechar charAt(int index)
charAt in interface java.lang.CharSequenceCharSequence2 subSequence(int start, int end)
subSequence in interface java.lang.CharSequencejava.lang.String toString2()
LineLocation getLocation()
CharSequence2 trin()
boolean startsWith(java.lang.String string)
java.lang.String getPreprocessorError()
CharSequence2 withErrorPreprocessor(java.lang.String preprocessorError)