| Modifier and Type | Field and Description |
|---|---|
protected char |
endChar |
protected char |
startChar |
protected List<Token> |
tokens |
| Modifier | Constructor and Description |
|---|---|
protected |
SurroundedTokens(char start,
char end,
List<Token> tokens) |
| Modifier and Type | Method and Description |
|---|---|
void |
asText(net.lecousin.framework.text.IString s)
Convert this token into corresponding string.
|
List<Token> |
getContent() |
int |
textLength()
Calculate the length of this token if converted into a string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasString, asText, removeComments, splitBySpecialCharacter, textLength, toString, trimpublic int textLength()
TokentextLength in interface TokenCopyright © 2020. All rights reserved.