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 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)
-
-
-
Method Detail
-
length
int length()
- Specified by:
length
in interfacejava.lang.CharSequence
-
charAt
char charAt(int index)
- Specified by:
charAt
in interfacejava.lang.CharSequence
-
subSequence
CharSequence2 subSequence(int start, int end)
- Specified by:
subSequence
in 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)
-
-