Package org.sonar.sslr.text
Interface Text
-
- All Known Implementing Classes:
AbstractText
,CompositeText
,LocatedText
,PlainText
,SubText
,TransformedText
@Deprecated public interface Text
Deprecated.in 1.20, use your own text API instead.This interface is not intended to be implemented by clients.
- Since:
- 1.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
length()
Deprecated.TextCharSequence
sequence()
Deprecated.Provides sequential access to characters.
-
-
-
Method Detail
-
length
int length()
Deprecated.- Returns:
- the number of characters in this text
-
sequence
TextCharSequence sequence()
Deprecated.Provides sequential access to characters.
-
-