public interface SymbolSequence<S extends Symbol>
| Modifier and Type | Method and Description |
|---|---|
S |
getSymbol(int index)
Returns the symbol at the specified position in this symbol sequence.
|
int |
size()
Returns the number of symbols in this symbol sequence.
|
String |
toSymbolString()
String containing the Symbols
|
S getSymbol(int index)
index - index of the symbol to returnIndexOutOfBoundsException - if the index is out of range
(index < 0 || index >= size())String toSymbolString()
int size()
Copyright © 2016. All Rights Reserved.