org.sonar.sslr.text
Interface Text

All Known Implementing Classes:
AbstractText, CompositeText, LocatedText, PlainText, SubText, TransformedText

public interface Text

This interface is not intended to be implemented by clients.

Since:
1.17

Method Summary
 int length()
           
 TextCharSequence sequence()
          Provides sequential access to characters.
 

Method Detail

length

int length()
Returns:
the number of characters in this text

sequence

TextCharSequence sequence()
Provides sequential access to characters.



Copyright © 2009-2014 SonarSource. All Rights Reserved.