public interface CharSequence2 extends CharSequence
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
LineLocation |
getLocation() |
String |
getPreprocessorError() |
int |
length() |
boolean |
startsWith(String string) |
CharSequence2 |
subSequence(int start,
int end) |
String |
toString2() |
CharSequence2 |
trin() |
CharSequence2 |
withErrorPreprocessor(String preprocessorError) |
chars, codePoints, toStringint length()
length in interface CharSequencechar charAt(int index)
charAt in interface CharSequenceCharSequence2 subSequence(int start, int end)
subSequence in interface CharSequenceString toString2()
LineLocation getLocation()
CharSequence2 trin()
boolean startsWith(String string)
String getPreprocessorError()
CharSequence2 withErrorPreprocessor(String preprocessorError)
Copyright © 2017. All rights reserved.