public class SymbolEntity
extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Integer> |
indices
An array of integers indicating the offsets.
|
String |
text
Name of the symbol, minus the leading '$' character.
|
| Constructor and Description |
|---|
SymbolEntity(String text,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |