public class CharSequence2Impl extends Object implements CharSequence2
| Constructor and Description |
|---|
CharSequence2Impl(CharSequence s,
LineLocation location) |
CharSequence2Impl(CharSequence s,
LineLocation location,
String preprocessorError) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
LineLocation |
getLocation() |
String |
getPreprocessorError() |
int |
length() |
boolean |
startsWith(String start) |
CharSequence2 |
subSequence(int start,
int end) |
CharSequence |
toCharSequence() |
String |
toString() |
String |
toString2() |
CharSequence2 |
trin() |
CharSequence2 |
withErrorPreprocessor(String preprocessorError) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic CharSequence2Impl(CharSequence s, LineLocation location)
public CharSequence2Impl(CharSequence s, LineLocation location, String preprocessorError)
public CharSequence2 withErrorPreprocessor(String preprocessorError)
withErrorPreprocessor in interface CharSequence2public int length()
length in interface CharSequencelength in interface CharSequence2public char charAt(int index)
charAt in interface CharSequencecharAt in interface CharSequence2public CharSequence2 subSequence(int start, int end)
subSequence in interface CharSequencesubSequence in interface CharSequence2public CharSequence toCharSequence()
public String toString()
toString in interface CharSequencetoString in class Objectpublic String toString2()
toString2 in interface CharSequence2public LineLocation getLocation()
getLocation in interface CharSequence2public CharSequence2 trin()
trin in interface CharSequence2public boolean startsWith(String start)
startsWith in interface CharSequence2public String getPreprocessorError()
getPreprocessorError in interface CharSequence2Copyright © 2017. All rights reserved.