Package net.sourceforge.plantuml
Interface CharSequence2
-
- All Superinterfaces:
java.lang.CharSequence
- All Known Implementing Classes:
CharSequence2Impl
public interface CharSequence2 extends java.lang.CharSequence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description charcharAt(int index)LineLocationgetLocation()java.lang.StringgetPreprocessorError()intlength()booleanstartsWith(java.lang.String string)CharSequence2subSequence(int start, int end)java.lang.StringtoString2()CharSequence2trin()CharSequence2withErrorPreprocessor(java.lang.String preprocessorError)
-
-
-
Method Detail
-
length
int length()
- Specified by:
lengthin interfacejava.lang.CharSequence
-
charAt
char charAt(int index)
- Specified by:
charAtin interfacejava.lang.CharSequence
-
subSequence
CharSequence2 subSequence(int start, int end)
- Specified by:
subSequencein interfacejava.lang.CharSequence
-
toString2
java.lang.String toString2()
-
getLocation
LineLocation getLocation()
-
trin
CharSequence2 trin()
-
startsWith
boolean startsWith(java.lang.String string)
-
getPreprocessorError
java.lang.String getPreprocessorError()
-
withErrorPreprocessor
CharSequence2 withErrorPreprocessor(java.lang.String preprocessorError)
-
-